xml.syntax: fix help lint

db4
Slava Pestov 2009-09-23 17:56:19 -05:00
parent 413dc67985
commit 7c83ccf6b0
1 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,7 @@ $nl
false [ f ]
url [ URL" http://factorcode.org/" ]
string [ "hello" ]
word [ \ drop ] |
word [ \\ drop ] |
<XML
<x
number=<-number->
@ -83,7 +83,8 @@ $nl
url=<-url->
string=<-string->
word=<-word-> />
XML> pprint-xml ]"""
XML> pprint-xml
]"""
"""<?xml version="1.0" encoding="UTF-8"?>
<x number="3" url="http://factorcode.org/" string="hello" word="drop"/>""" }