forked from enviPath/enviPy
Current Dev State
This commit is contained in:
11
static/js/ketcher2/node_modules/lexical-scope/test/files/labels.js
generated
vendored
Normal file
11
static/js/ketcher2/node_modules/lexical-scope/test/files/labels.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
test_label1: while(true) {
|
||||
break test_label1;
|
||||
continue test_label1;
|
||||
}
|
||||
|
||||
function nest() {
|
||||
test_label2: while(true) {
|
||||
break test_label2;
|
||||
continue test_label2;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user