Properly fail to parse >== and <== - fixes T2921

This commit is contained in:
Logan Smyth
2016-02-13 10:08:05 -08:00
parent 13cb34a966
commit 40e5f505f4
3 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1 @@
a <== b;

View File

@@ -0,0 +1,3 @@
{
"throws": "Unexpected token (1:4)"
}