File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2929 @echo " craigs..." ; ./parsley test/craigs.let test/craigs.html > /dev/null
3030
3131check-am :
32+ @echo " segfault..." ; ./parsley test/segfault.let test/segfault.html 2>&1 | diff test/segfault.json - && echo " success."
3233 @echo " sg_off..." ; ./parsley test/sg_off.let test/sg_off.html 2>&1 | diff test/sg_off.json - && echo " success."
3334 @echo " nth-regression..." ; ./parsley test/nth-regression.let test/nth-regression.html 2>&1 | diff test/nth-regression.json - && echo " success."
3435 @echo " array-regression..." ; ./parsley test/array-regression.let test/array-regression.html 2>&1 | diff test/array-regression.json - && echo " success."
Original file line number Diff line number Diff line change 1+ < html >
2+ < body >
3+ < h1 class ="iCIMS_Header_JobTitle "> CEO</ h1 >
4+ </ body >
5+ </ html >
Original file line number Diff line number Diff line change 1+ { "jobs" : [ { "title" : " CEO" } ] }
Original file line number Diff line number Diff line change 1+ {
2+ "jobs": [{
3+ "title" : ".iCIMS_Header_JobTitle",
4+ "description?" : "blah",
5+ "location?" : "blah",
6+ "experience?" : "blah",
7+ "education?" : "blah"
8+ }]
9+ }
You can’t perform that action at this time.
0 commit comments