mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 11:11:43 +00:00
Better testing infrastructure; Initial exports/imports/re-exports
This commit is contained in:
9
tests/parser/while.ts
Normal file
9
tests/parser/while.ts
Normal file
@ -0,0 +1,9 @@
|
||||
while (1) {
|
||||
;
|
||||
}
|
||||
while (true) {
|
||||
;
|
||||
}
|
||||
while ("str") {
|
||||
;
|
||||
}
|
Reference in New Issue
Block a user