Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-03-03 16:45:56 -06:00
commit 21ec47f6a7
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ MEMO: table-column ( -- parser )
MEMO: table-row ( -- parser )
[
table-column "|" token hide list-of* ,
table-column "|" token hide list-of-many ,
] seq* [ "tr" surround-with-foo ] action ;
MEMO: table ( -- parser )