xml.syntax: fix help lint
parent
413dc67985
commit
7c83ccf6b0
|
@ -75,7 +75,7 @@ $nl
|
||||||
false [ f ]
|
false [ f ]
|
||||||
url [ URL" http://factorcode.org/" ]
|
url [ URL" http://factorcode.org/" ]
|
||||||
string [ "hello" ]
|
string [ "hello" ]
|
||||||
word [ \ drop ] |
|
word [ \\ drop ] |
|
||||||
<XML
|
<XML
|
||||||
<x
|
<x
|
||||||
number=<-number->
|
number=<-number->
|
||||||
|
@ -83,7 +83,8 @@ $nl
|
||||||
url=<-url->
|
url=<-url->
|
||||||
string=<-string->
|
string=<-string->
|
||||||
word=<-word-> />
|
word=<-word-> />
|
||||||
XML> pprint-xml ]"""
|
XML> pprint-xml
|
||||||
|
]"""
|
||||||
|
|
||||||
"""<?xml version="1.0" encoding="UTF-8"?>
|
"""<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<x number="3" url="http://factorcode.org/" string="hello" word="drop"/>""" }
|
<x number="3" url="http://factorcode.org/" string="hello" word="drop"/>""" }
|
||||||
|
|
Loading…
Reference in New Issue