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