This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4555a47465949176b6d7df3580593b615edf260b
wren
/
test
/
language
/
comments
/
unterminated_nested_block.wren
T
4 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: add lexError function and fix line counting for unterminated block comments
2013-12-23 22:51:06 +00:00
// expect error line 4
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print("nope") /* /* /*
fix: add lexError function and fix line counting for unterminated block comments
2013-12-23 22:51:06 +00:00
*/
oops
Reference in New Issue
Copy Permalink