fix yet more multiline tests

db4
Doug Coleman 2009-09-23 12:57:37 -05:00
parent 823c2c0a58
commit faf54ce8e2
2 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,8 @@ HELP: sensitive-tags
{ $example """USING: xml.syntax xml.writer namespaces ;
[XML <html> <head> <title> something</title></head><body><pre>bing
bang
bong</pre></body></html> XML] { "pre" } sensitive-tags [ pprint-xml ] with-variable "} {"
bong</pre></body></html> XML] { "pre" } sensitive-tags [ pprint-xml ] with-variable"""
"""
<html>
<head>
<title>

View File

@ -24,8 +24,8 @@ HELP: <product-sequence>
{ $description "Constructs a " { $link product-sequence } " over " { $snippet "sequences" } "." }
{ $examples
{ $example """USING: arrays prettyprint sequences.product ;
{ { 1 2 3 } { "a" "b" "c" } } <product-sequence> >array .
""" """ {
{ { 1 2 3 } { "a" "b" "c" } } <product-sequence> >array ."""
"""{
{ 1 "a" }
{ 2 "a" }
{ 3 "a" }