diff options
author | nyamatongwe <unknown> | 2013-04-14 14:33:39 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-04-14 14:33:39 +1000 |
commit | 7d362c38ef421be1d6003b5a2a1bfc560c50b313 (patch) | |
tree | d145094364a6308a5de75caf393c85dc4512e28f /test/examples/x.lua | |
parent | 627c9b20e4e59fc503081defe219c0756d932fe8 (diff) | |
download | scintilla-mirror-7d362c38ef421be1d6003b5a2a1bfc560c50b313.tar.gz |
Adding example file extensions to native file setting so tests work.
Diffstat (limited to 'test/examples/x.lua')
-rw-r--r-- | test/examples/x.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/examples/x.lua b/test/examples/x.lua index 7172c85d2..b7879619f 100644 --- a/test/examples/x.lua +++ b/test/examples/x.lua @@ -1,6 +1,6 @@ ---[[ Block
-comment ]]
-function first()
- -- Comment
- func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1")
-end
+--[[ Block +comment ]] +function first() + -- Comment + func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1") +end |