From 5e77edc33ab0b5395e3cf46de7debb09abfa0c0c Mon Sep 17 00:00:00 2001 From: steve donovan Date: Mon, 18 Jul 2011 12:08:24 +0200 Subject: [PATCH] example now uses @{refs} --- tests/underscore.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/underscore.lua b/tests/underscore.lua index 2b7603e..7d674ab 100644 --- a/tests/underscore.lua +++ b/tests/underscore.lua @@ -10,7 +10,7 @@ more than one line - indeed can keep going -Inline _see references_: look at <_ONE_> and . +Inline _see references_: look at @{_ONE_} and @{table.concat}. Indented code blocks may also follow immediately. function test(a,b) return three(a,b) @@ -20,7 +20,7 @@ Indented code blocks may also follow immediately. ---------- -- A function. --- Can also use <_TWO_> +-- Can also use @{_TWO_} function _ONE_() end -----------