]> git.donarmstrong.com Git - don.git/commitdiff
add verbatim to test
authorDon Armstrong <don@donarmstrong.com>
Wed, 21 Mar 2012 17:03:26 +0000 (10:03 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 21 Mar 2012 17:03:26 +0000 (10:03 -0700)
r/learning_r/variables_and_objects.mdwn

index a789cec16845bb59cc100da1b6eb1dde432e50ea..aa35b1e12f4130bac2f0935ca043e83704638365 100644 (file)
@@ -7,7 +7,7 @@ tests of my
 plugin for IkiWiki.
 
 
 plugin for IkiWiki.
 
 
-[[!sweavealike code=<<END
+[[!sweavealike verbatim=1 code=<<END
 a <- 1
 a <- a + 10
 print(a)
 a <- 1
 a <- a + 10
 print(a)