Browse Source

Fix extension test module.

Andreas Stenius 11 years ago
parent
commit
3adbef5431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/src/erlydtl_extension_test.erl

+ 1 - 1
tests/src/erlydtl_extension_test.erl

@@ -5,7 +5,7 @@
 
 %% look for a foo identifer followed by a #
 scan(#scanner_state{ template="#" ++ T, 
-		     scanned=[{identifier, Loc, "oof"}|Scanned], 
+		     scanned=[{identifier, Loc, foo}|Scanned],
 		     pos={L,C} }=S) ->
     %% return new state with the hash dropped, and the foo identifer replaced with bar
     {ok, S#scanner_state{ template=T,