]> git.donarmstrong.com Git - don.git/blobdiff - r/learning_r/variables_and_objects.mdwn
add verbatim to test
[don.git] / r / learning_r / variables_and_objects.mdwn
index a789cec16845bb59cc100da1b6eb1dde432e50ea..aa35b1e12f4130bac2f0935ca043e83704638365 100644 (file)
@@ -7,7 +7,7 @@ tests of my
 plugin for IkiWiki.
 
 
-[[!sweavealike code=<<END
+[[!sweavealike verbatim=1 code=<<END
 a <- 1
 a <- a + 10
 print(a)