diff options
| author | nyamatongwe <devnull@localhost> | 2013-04-14 14:33:39 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-04-14 14:33:39 +1000 |
| commit | afaccacc703e9e436d2bc1c0a8900b8d8c0c7f65 (patch) | |
| tree | 6574e488e9ff7af2dca30beefe3a7725f7c54321 /test/examples/x.lua | |
| parent | 8ddd3dbe738dc12e7d9fe4d21fadd0117ffa11ba (diff) | |
| download | scintilla-mirror-afaccacc703e9e436d2bc1c0a8900b8d8c0c7f65.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 |
