Skip to content

Commit 8370709

Browse files
authored
Add more exhaustive syntax tests (#843) (#844)
* Add more exhaustive syntax tests (#843) * Use 'description' instead of 'comment' * Remove 'expCleanSrc' property * Add two more tests * rm trailing comma
1 parent 0388514 commit 8370709

File tree

2 files changed

+557
-61
lines changed

2 files changed

+557
-61
lines changed

test/tests/syntax-errors.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
{
123123
"src": "bad {:placeholder @attribute=@foo}"
124124
},
125+
{
126+
"src": "{ @misplaced = attribute }"
127+
},
125128
{
126129
"src": "no {placeholder end"
127130
},

0 commit comments

Comments
 (0)