repositories
/
cc1516.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7559640
)
test"
author
Mart Lubbers
<mart@martlubbers.net>
Fri, 20 May 2016 19:06:59 +0000
(21:06 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Fri, 20 May 2016 19:06:59 +0000
(21:06 +0200)
git"
git
examples/test.spl
patch
|
blob
|
history
diff --git
a/examples/test.spl
b/examples/test.spl
index
2a2235b
..
2428d67
100644
(file)
--- a/
examples/test.spl
+++ b/
examples/test.spl
@@
-1,4
+1,4
@@
main(){
- var b =
'\t'
;
-
var a = "hello \t\"world"
;
+ var b =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
;
+
return
;
}