Skip to content

Commit

Permalink
add more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 24, 2022
1 parent 470f301 commit 9467184
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
@@ -0,0 +1 @@
import module from foo
@@ -0,0 +1,3 @@
{
"throws": "Unexpected token, expected \"from\" (1:19)"
}
@@ -0,0 +1 @@
import module "foo";
@@ -0,0 +1,3 @@
{
"throws": "Unexpected token, expected \"{\" (1:14)"
}

0 comments on commit 9467184

Please sign in to comment.