fix yet more multiline tests
parent
823c2c0a58
commit
faf54ce8e2
|
@ -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>
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue