Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rikA committed Jul 17, 2020
1 parent 0091577 commit d7371f9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ base
testWithPragmaKeyWithMultiplePragmaLiteral

self
prettify: 'identifier: pragmaLiteral1 pragmaLiteral2'
prettify: 'identifier:pragmaLiteral1 pragmaLiteral2'
shouldEqual: 'identifier: pragmaLiteral1 pragmaLiteral2'
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ base
testWithPragmaKeyWithSinglePragmaLiteral

self
prettify: 'identifier: pragmaLiteral'
prettify: 'identifier:pragmaLiteral'
shouldEqual: 'identifier: pragmaLiteral'
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
},
"instance" : {
"startSymbol" : "TA 7/17/2020 09:23",
"testWithPragmaKeyWithMultiplePragmaLiteral" : "TA 7/17/2020 09:25",
"testWithPragmaKeyWithSinglePragmaLiteral" : "TA 7/17/2020 09:25",
"testWithPragmaKeyWithMultiplePragmaLiteral" : "TA 7/17/2020 09:43",
"testWithPragmaKeyWithSinglePragmaLiteral" : "TA 7/17/2020 09:43",
"testWithPragmaKeyWithoutPragmaLiteral" : "TA 7/17/2020 09:24" } }
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ base
testWithMultipleKeywordPragmas

self
prettify: 'identifier1: pragmaLiteral1 identifier2: pragmaLiteral2'
prettify: 'identifier1:pragmaLiteral1 identifier2:pragmaLiteral2'
shouldEqual: 'identifier1: pragmaLiteral1 identifier2: pragmaLiteral2'
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ base
testWithSingleKeywordPragma

self
prettify: 'identifier: pragmaLiteral'
prettify: 'identifier:pragmaLiteral'
shouldEqual: 'identifier: pragmaLiteral'
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
},
"instance" : {
"startSymbol" : "TA 7/17/2020 09:14",
"testWithMultipleKeywordPragmas" : "TA 7/17/2020 09:22",
"testWithSingleKeywordPragma" : "TA 7/17/2020 09:20",
"testWithMultipleKeywordPragmas" : "TA 7/17/2020 09:44",
"testWithSingleKeywordPragma" : "TA 7/17/2020 09:44",
"testWithUnrayPragma" : "TA 7/17/2020 09:22" } }

0 comments on commit d7371f9

Please sign in to comment.