fix yet more multiline tests
parent
823c2c0a58
commit
faf54ce8e2
|
@ -52,7 +52,8 @@ HELP: sensitive-tags
|
||||||
{ $example """USING: xml.syntax xml.writer namespaces ;
|
{ $example """USING: xml.syntax xml.writer namespaces ;
|
||||||
[XML <html> <head> <title> something</title></head><body><pre>bing
|
[XML <html> <head> <title> something</title></head><body><pre>bing
|
||||||
bang
|
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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -24,8 +24,8 @@ HELP: <product-sequence>
|
||||||
{ $description "Constructs a " { $link product-sequence } " over " { $snippet "sequences" } "." }
|
{ $description "Constructs a " { $link product-sequence } " over " { $snippet "sequences" } "." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example """USING: arrays prettyprint sequences.product ;
|
{ $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" }
|
{ 1 "a" }
|
||||||
{ 2 "a" }
|
{ 2 "a" }
|
||||||
{ 3 "a" }
|
{ 3 "a" }
|
||||||
|
|
Loading…
Reference in New Issue