This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-01 09:15:01 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d7db984616
semantic
/
test
/
diffs
/
newline-at-eof.patch.js
5 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Correct the patch header.
2016-02-22 23:31:18 +03:00
@
@
-
1
,
2
+
1
,
4
@
@
Add tests with a newline at EOF.
2016-02-22 23:02:01 +03:00
console
.
log
(
"hello, world"
)
;
+
console
.
log
(
"insertion"
)
;
Reference in New Issue
Copy Permalink