Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 1.0
-
None
Description
Open the following text in a QtScriptEditor:
12 12ab //not a number 0x123 0.123 0.10x12 //not a number {a: a} {'a': a} {"a": a} {a: 'a'} {a: 123 } {a: 12, b: 34, c: 56} {a: 'a', b: 'b', c: "c"} {a: a, b: c} {a: a, b: b, c: c} {a: a, "b": b} {a: {a: a, b: b}, b: {a: a, b: b} }