pangxiang commited on
Commit
a189a3a
·
verified ·
1 Parent(s): 4e13b99

Create train_data.json

Browse files
Files changed (1) hide show
  1. 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
+ }