From f488b9b9f793e0bddd45d29cdc770c4c5d9490ff Mon Sep 17 00:00:00 2001 From: Andrew Plotkin Date: Fri, 1 Jan 2016 17:22:06 -0500 Subject: [PATCH] Test strings and substs in a doc comment. --- samples/Inform 7/Trivial Extension.i7x | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/Inform 7/Trivial Extension.i7x b/samples/Inform 7/Trivial Extension.i7x index df0412c3..e748c820 100644 --- a/samples/Inform 7/Trivial Extension.i7x +++ b/samples/Inform 7/Trivial Extension.i7x @@ -69,5 +69,6 @@ Everything after the "---- DOCUMENTATION ----" line is documentation, so it shou However, tab-indented lines are sample Inform code within the documentation: Horns are a kind of thing. Every cow has horns. + say "Moo[if the noun is purple] indigo[end if]." So we need to allow for that.