Skip to content

Commit

Permalink
tests of property names (aka 'classes') named the same as keywords (l…
Browse files Browse the repository at this point in the history
…ike 'string')
  • Loading branch information
lloyd committed Jun 2, 2011
1 parent 36452bb commit 8fc76c3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions level_1/collision.json
@@ -0,0 +1,6 @@
{
"object": {
"string": "some string",
"stringTwo": "some other string"
}
}
1 change: 1 addition & 0 deletions level_1/collision_nested.output
@@ -0,0 +1 @@
"some string"
1 change: 1 addition & 0 deletions level_1/collision_nested.selector
@@ -0,0 +1 @@
.object .string
1 change: 1 addition & 0 deletions level_1/collision_quoted-string.output
@@ -0,0 +1 @@
"some string"
1 change: 1 addition & 0 deletions level_1/collision_quoted-string.selector
@@ -0,0 +1 @@
."string"
1 change: 1 addition & 0 deletions level_1/collision_string.output
@@ -0,0 +1 @@
"some string"
1 change: 1 addition & 0 deletions level_1/collision_string.selector
@@ -0,0 +1 @@
.string

0 comments on commit 8fc76c3

Please sign in to comment.