chore: remove old parser
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
e3511f2930
commit
a3a678b7af
6
tools/challenge-parser/parser/__fixtures__/script.md
Normal file
6
tools/challenge-parser/parser/__fixtures__/script.md
Normal file
@ -0,0 +1,6 @@
|
||||
```js
|
||||
for (let index = 0; index < array.length; index++) {
|
||||
const element = array[index];
|
||||
// imported from script.md
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user