You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example when calling the method javalang.tokenizer.tokenize("'\"'")
the expected result would be of type literal javalang.tokenizer.Character with value '"', but the tokenizer identified it as String with value ''"''.
I don't know if it's a bug or if I'm calling the method the wrong way.
The text was updated successfully, but these errors were encountered:
for example when calling the method
javalang.tokenizer.tokenize("'\"'")
the expected result would be of type literal
javalang.tokenizer.Character
with value'"'
, but the tokenizer identified it as String with value ''"''.I don't know if it's a bug or if I'm calling the method the wrong way.
The text was updated successfully, but these errors were encountered: