Skip to content

Commit

Permalink
Use (LF) Unix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jun 5, 2021
1 parent ae4fbe9 commit 62d5c8d
Show file tree
Hide file tree
Showing 1,635 changed files with 102,865 additions and 102,865 deletions.
24 changes: 12 additions & 12 deletions tests/languages/abap/comment_feature.test
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
*
* Foobar
----------------------------------------------------
[
["comment", "*"],
["comment", "* Foobar"]
]
----------------------------------------------------
*
* Foobar

----------------------------------------------------

[
["comment", "*"],
["comment", "* Foobar"]
]

----------------------------------------------------

Checks for comments.
24 changes: 12 additions & 12 deletions tests/languages/abap/eol-comment_feature.test
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"
" foobar
----------------------------------------------------
[
["eol-comment", "\""],
["eol-comment", "\" foobar"]
]
----------------------------------------------------
"
" foobar

----------------------------------------------------

[
["eol-comment", "\""],
["eol-comment", "\" foobar"]
]

----------------------------------------------------

Checks for EOL comments.

0 comments on commit 62d5c8d

Please sign in to comment.