Skip to content

Commit

Permalink
Add more exhaustive syntax tests (#843) (#844)
Browse files Browse the repository at this point in the history
* Add more exhaustive syntax tests (#843)

* Use 'description' instead of 'comment'

* Remove 'expCleanSrc' property

* Add two more tests

* rm trailing comma
  • Loading branch information
catamorphism authored Aug 5, 2024
1 parent 0388514 commit 8370709
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 61 deletions.
3 changes: 3 additions & 0 deletions test/tests/syntax-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
{
"src": "bad {:placeholder @attribute=@foo}"
},
{
"src": "{ @misplaced = attribute }"
},
{
"src": "no {placeholder end"
},
Expand Down
Loading

0 comments on commit 8370709

Please sign in to comment.