]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/syntax/syntax-tests.factor
help.syntax: tweak algo
[factor.git] / basis / help / syntax / syntax-tests.factor
index cb07a35f9beebb3e82ed98536e74e6416011eab3..deb8bb74d092ba9a27255b8eb850ddabcb4fc9a4 100644 (file)
@@ -66,3 +66,7 @@ tools.test vocabs ;
 { { $description "the " { $link + } "'s " "are awesome" } } [
     HELP{ $description "the " \ + "'s " are awesome }
 ] unit-test
+
+{ { $description "this and " { $link + } ", and that" } } [
+    HELP{ $description this and { $link + } , and that }
+] unit-test