瀏覽代碼

test: some grammar tweaks.

legacy
Sam Hocevar sam 12 年之前
父節點
當前提交
8ac8e13b75
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      test/sandbox/lex/lolfx.l

+ 2
- 1
test/sandbox/lex/lolfx.l 查看文件

@@ -44,7 +44,8 @@
*/

"//" { BEGIN(CPP_COMMENT); }
<CPP_COMMENT>.*\n { BEGIN(INITIAL); }
<CPP_COMMENT>\n { BEGIN(INITIAL); }
<CPP_COMMENT>.* { }

%%


Loading…
取消
儲存