1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Update newlines

This commit is contained in:
Rick Winfrey 2017-06-08 11:07:43 -07:00
parent 6c1371e418
commit f059aec454
12 changed files with 9 additions and 12 deletions

View File

@ -1,4 +1,3 @@
a = 1
a, b = 1, 2
a, = 1, 2

View File

@ -1,2 +1 @@
a.b

View File

@ -1,4 +1,3 @@
a += 1
b >>= 2
c //= 1

View File

@ -1,3 +1,3 @@
foo(a)
bar()
bazz(c,d)
bazz(c,d)

View File

@ -1,3 +1,3 @@
{}
{a: 1}
{foo: b, bar: c}
{foo: b, bar: c}

View File

@ -1 +1 @@
a
a

View File

@ -1 +1 @@
aa
aa

View File

@ -1,3 +1,3 @@
[]
[1,2,3]
[a,b,c,]
[a,b,c,]

View File

@ -1 +1 @@
a[b]
a[b]

View File

@ -1 +1 @@
b[a]
b[a]

View File

@ -1,3 +1,3 @@
-a
+b
~c
~c

View File

@ -1,3 +1,3 @@
~a
-b
+c
+c