xml.syntax: fix help lint

Slava Pestov 2009-09-23 17:56:19 -05:00
parent d967e109ae
commit 1dc1392e9f
1 changed files with 3 additions and 2 deletions

View File

@ -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"/>""" }