From a89d211a157b39864e28927c66868cc0225f6188 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Fri, 23 Jan 2009 21:56:24 -0800 Subject: [PATCH] Test for ${ indentation (issue 28). --- test.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/test.erl b/test.erl index 44912a6..991a27d 100644 --- a/test.erl +++ b/test.erl @@ -20,6 +20,7 @@ func2() -> {3, $>}, {4, $<}, {5, $,}, + {6, ${}, [$% | ["should not be highlighted as a comment"]], ok. -- 2.11.4.GIT