diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-30 20:00:54 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-30 20:00:54 +1000 |
commit | 1aee5f9e2a49a64a20b03d6b71cb9a38ca691ae3 (patch) | |
tree | 3db079fb910a3a084e743815e0eec7e96aef6f36 /lexilla/test | |
parent | 90e516ff12807b31b081685edcc90595e2d3f2cf (diff) | |
download | scintilla-mirror-1aee5f9e2a49a64a20b03d6b71cb9a38ca691ae3.tar.gz |
Fix line ends on example files.
Diffstat (limited to 'lexilla/test')
-rw-r--r-- | lexilla/test/examples/errorlist/AllStyles.err | 204 | ||||
-rw-r--r-- | lexilla/test/examples/mmixal/AllStyles.mms | 148 | ||||
-rw-r--r-- | lexilla/test/examples/mmixal/x.mms | 24 |
3 files changed, 188 insertions, 188 deletions
diff --git a/lexilla/test/examples/errorlist/AllStyles.err b/lexilla/test/examples/errorlist/AllStyles.err index 6c5846e0f..b00a90c6e 100644 --- a/lexilla/test/examples/errorlist/AllStyles.err +++ b/lexilla/test/examples/errorlist/AllStyles.err @@ -1,102 +1,102 @@ -Default 0
-Some text in default
-
-
-Python Error 1
- File "x.err", line 2
-
-
-Gcc Error 2, Find In Files Match 21
-ScintillaGTKAccessible.cxx:153:13: warning: Deprecated pre-processor symbol, replace with
-
-
-Microsoft Error 3
-LexErrorList.cxx(15): fatal error C1083: Cannot open include file: 'ILexer.h': No such file or directory
-
-
-Command 4
->pwd
-
-
-Borland Error 5
-Error E2378 oddEven.c 16: For statement missing ; in function main()
-
-
-Perl Error 6
-Bareword found where operator expected at LexMMIXAL.cxx line 1, near "// Scintilla"
-
-
-DotNET Traceback 7
- at ExceptionTrace.Program.f4() in C:\Ivan\dev\exp\ExceptionTrace\Program.cs:line 18
-
-
-Lua Error 8
-last token read: `result' at line 40 in file `Test.lua'
-
-
-Ctags 9
-IsAWordChar LexMMIXAL.cxx /^static inline bool IsAWordChar(const int ch) {$/;" f file:
-
-
-Diff Changed ! 10
-! GdkColor white = { 0, 0xFFFF, 0xFFFF, 0xFFFF};
-
-
-Diff Addition + 11
-+ <PlatformToolset>v142</PlatformToolset>
-
-
-Diff Deletion - 12
-- <PlatformToolset>v141</PlatformToolset>
-
-
-Diff Message --- 13
---- a/win32/SciTE.vcxproj Fri Jan 31 12:23:51 2020 +1100
-
-
-PHP error 14
-Fatal error: Call to undefined function: foo() in example.php on line 11
-
-
-Essential Lahey Fortran 90 Error 15
-Line 11, file c:\fortran90\codigo\demo.f90
-
-
-Intel Fortran Compiler Error 16
-Error 71 at (17:teste.f90) : The program unit has no name
-
-
-Intel Fortran Compiler v8.0 Error 17
-fortcom: Error: shf.f90, line 5602: This name does not have ...
-
-
-Absoft Pro Fortran 90 Error 18
-cf90-113 f90fe: ERROR SHF3D, File = shf.f90, Line = 1101, Column = 19
-
-
-HTML Tidy 19
-line 8 column 1 - Error: unexpected </head> in <meta>
-
-
-Java Runtime Stack Trace 20
- at MethodName>(FileName.java:33)
-
-
-GCC Include Path 22
-In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
-
-
-Escape Sequence 23
-[K
-
-
-Escape Sequence Unknown 24
-[1n
-
-
-Escape Sequence Colour 40
-[0mColour 0 is 40
-
-
-Escape Sequence Colour 41
-[31mColour 1 is 41
+Default 0 +Some text in default + + +Python Error 1 + File "x.err", line 2 + + +Gcc Error 2, Find In Files Match 21 +ScintillaGTKAccessible.cxx:153:13: warning: Deprecated pre-processor symbol, replace with + + +Microsoft Error 3 +LexErrorList.cxx(15): fatal error C1083: Cannot open include file: 'ILexer.h': No such file or directory + + +Command 4 +>pwd + + +Borland Error 5 +Error E2378 oddEven.c 16: For statement missing ; in function main() + + +Perl Error 6 +Bareword found where operator expected at LexMMIXAL.cxx line 1, near "// Scintilla" + + +DotNET Traceback 7 + at ExceptionTrace.Program.f4() in C:\Ivan\dev\exp\ExceptionTrace\Program.cs:line 18 + + +Lua Error 8 +last token read: `result' at line 40 in file `Test.lua' + + +Ctags 9 +IsAWordChar LexMMIXAL.cxx /^static inline bool IsAWordChar(const int ch) {$/;" f file: + + +Diff Changed ! 10 +! GdkColor white = { 0, 0xFFFF, 0xFFFF, 0xFFFF}; + + +Diff Addition + 11 ++ <PlatformToolset>v142</PlatformToolset> + + +Diff Deletion - 12 +- <PlatformToolset>v141</PlatformToolset> + + +Diff Message --- 13 +--- a/win32/SciTE.vcxproj Fri Jan 31 12:23:51 2020 +1100 + + +PHP error 14 +Fatal error: Call to undefined function: foo() in example.php on line 11 + + +Essential Lahey Fortran 90 Error 15 +Line 11, file c:\fortran90\codigo\demo.f90 + + +Intel Fortran Compiler Error 16 +Error 71 at (17:teste.f90) : The program unit has no name + + +Intel Fortran Compiler v8.0 Error 17 +fortcom: Error: shf.f90, line 5602: This name does not have ... + + +Absoft Pro Fortran 90 Error 18 +cf90-113 f90fe: ERROR SHF3D, File = shf.f90, Line = 1101, Column = 19 + + +HTML Tidy 19 +line 8 column 1 - Error: unexpected </head> in <meta> + + +Java Runtime Stack Trace 20 + at MethodName>(FileName.java:33) + + +GCC Include Path 22 +In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, + + +Escape Sequence 23 +[K + + +Escape Sequence Unknown 24 +[1n + + +Escape Sequence Colour 40 +[0mColour 0 is 40 + + +Escape Sequence Colour 41 +[31mColour 1 is 41 diff --git a/lexilla/test/examples/mmixal/AllStyles.mms b/lexilla/test/examples/mmixal/AllStyles.mms index 3c38bdcde..54de34be4 100644 --- a/lexilla/test/examples/mmixal/AllStyles.mms +++ b/lexilla/test/examples/mmixal/AllStyles.mms @@ -1,74 +1,74 @@ -% Demonstrate each possible style. Does not make sense as code.
-
-% A comment 1
-% Comment
-
-
-% Whitespace 0
-
-
-
-% Label 2
-label
-
-
-% Not Validated Opcode 3 appears to always validate to either 5 or 6
-% so is never seen on screen.
-
-
-% Division between Label and Opcode 4
-la
-
-
-% Valid Opcode 5
- TRAP
-
-
-% Invalid Opcode 6
- UNKNOWN
-
-
-% Division between Opcode and Operands 7
- LOC
-
-
-% Division of Operands 8
- LOC 0.
-
-
-% Number 9
- BYTE 0
-
-
-% Reference 10
- JMP @label
-
-
-% Char 11
- BYTE 'a'
-
-
-% String 12
- BYTE "Hello, world!"
-
-
-% Register 13
- BYTE rA
-
-
-% Hexadecimal Number 14
- BYTE #FF
-
-
-% Operator 15
- BYTE +
-
-
-% Symbol 16
- TRAP Fputs
-
-
-% Preprocessor 17
-@include a.mms
-
-
+% Demonstrate each possible style. Does not make sense as code. + +% A comment 1 +% Comment + + +% Whitespace 0 + + + +% Label 2 +label + + +% Not Validated Opcode 3 appears to always validate to either 5 or 6 +% so is never seen on screen. + + +% Division between Label and Opcode 4 +la + + +% Valid Opcode 5 + TRAP + + +% Invalid Opcode 6 + UNKNOWN + + +% Division between Opcode and Operands 7 + LOC + + +% Division of Operands 8 + LOC 0. + + +% Number 9 + BYTE 0 + + +% Reference 10 + JMP @label + + +% Char 11 + BYTE 'a' + + +% String 12 + BYTE "Hello, world!" + + +% Register 13 + BYTE rA + + +% Hexadecimal Number 14 + BYTE #FF + + +% Operator 15 + BYTE + + + +% Symbol 16 + TRAP Fputs + + +% Preprocessor 17 +@include a.mms + + diff --git a/lexilla/test/examples/mmixal/x.mms b/lexilla/test/examples/mmixal/x.mms index 361517cec..538d22163 100644 --- a/lexilla/test/examples/mmixal/x.mms +++ b/lexilla/test/examples/mmixal/x.mms @@ -1,12 +1,12 @@ -% Some example code
-
- % Set the address of the program initially to 0x100.
- LOC #100
-
-Main GETA $255,string
-
- TRAP 0,Fputs,StdOut
-
- TRAP 0,Halt,0
-
-string BYTE "Hello, world!",#a,0
+% Some example code + + % Set the address of the program initially to 0x100. + LOC #100 + +Main GETA $255,string + + TRAP 0,Fputs,StdOut + + TRAP 0,Halt,0 + +string BYTE "Hello, world!",#a,0 |