File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Bert" ,
3+ "spouse" : " example/suzie.json"
4+ }
Original file line number Diff line number Diff line change 1+ This is the content of data.txt
Original file line number Diff line number Diff line change 1+ {"banana" : " yellow" ,
2+ "lemon" : " yellow" ,
3+ "cherry" : " red" }
Original file line number Diff line number Diff line change 1+ <fruits >
2+ <fruit name =" banana" color =" yellow" />
3+ <fruit name =" lemon" color =" yellow" />
4+ <fruit name =" cherry" color =" red" />
5+ </fruits >
Original file line number Diff line number Diff line change 11<!doctype html>
2- < title > Message received</ title >
2+ < title > Example form target</ title >
3+
4+ < body style ="font-family: arial ">
5+
6+ < h1 > Example form target</ h1 >
37
48< div id ="ok " style ="display: none ">
59 < p > Hello< span id ="name "> </ span > , we've received your message:</ p >
6- < blockquote id ="message "> </ blockquote >
10+ < blockquote id ="message " style =" font-style: italic; margin-left: 1.5em " > </ blockquote >
711</ div >
812< div id ="missing " style ="display: none ">
913 < p > No message received.</ p >
1014</ div >
1115
16+ < p style ="color: #777 "> (Note that this page is just an illustration. No actual message was delivered anywhere.)</ p >
17+
1218< script >
1319 function param ( name ) {
1420 var f = new RegExp ( "\\b" + name + "=([^&]+)" ) . exec ( document . location . search ) ;
2733 document . querySelector ( "#missing" ) . style . display = "" ;
2834 }
2935</ script >
36+
37+ </ body >
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Muriel"
3+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Suzie" ,
3+ "spouse" : " example/bert.json" ,
4+ "mother" : " example/muriel.json"
5+ }
You can’t perform that action at this time.
0 commit comments