Spaces:
Sleeping
Sleeping
Create train_data.json
Browse files- train_data.json +5 -0
train_data.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"missing_brace": ["function test() { if (x) { ", "if (true) { for (let i=0; i<10; i++) { "],
|
| 3 |
+
"missing_semicolon": ["console.log('hello')", "return result"],
|
| 4 |
+
"no_fix": ["function test() { if (x) { } }", "console.log('hello');"]
|
| 5 |
+
}
|