Skip to content

Commit

Permalink
Fixed styling in workspaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldofJARcraft committed May 27, 2019
1 parent ae2e0f1 commit b62045b
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
styling
highlightSyntaxIn: aText
self workspace
ifNotNil: [Workspace shouldStyle ifTrue: [super privateStyle: aText]]
ifNil: [SHTextStylerST80 syntaxHighlightingAsYouType ifTrue: [super privateStyle: aText]]
ifNotNil: [workspace shouldStyle ifTrue: [ super privateStyle: aText] ifFalse: [ self unstyle: aText ]]
ifNil: [ super privateStyle: aText ]
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
styling
privateStyle: aText
super privateStyle: aText.
self class spellCheckingEnabled ifTrue:[
self unstyle: aText;
highlightSyntaxIn: aText;
highlightSpellingMistakesIn: aText
]
ifFalse: [
super privateStyle: aText.
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
workspace

Transcript showln: workspace.
^ workspace
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"spellCheckingEnabled:" : "ea 5/7/2019 19:16" },
"instance" : {
"highlightSpellingMistakesIn:" : "RS 7/25/2018 16:44",
"highlightSyntaxIn:" : "ea 5/7/2019 19:40",
"privateStyle:" : "ea 5/11/2019 15:39",
"highlightSyntaxIn:" : "ea 5/27/2019 10:42",
"privateStyle:" : "ea 5/27/2019 10:15",
"unstyle:" : "ea 5/7/2019 19:51",
"workspace" : "ow 6/8/2018 17:07:53" } }
"workspace" : "ea 5/27/2019 10:03" } }
2 changes: 1 addition & 1 deletion packages/Spellcheck-Core.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'Spellcheck-Core-ea.36' message 'Made method to ST void.' id '5e1d2c44-deec-dd4c-a935-ad362599ed48' date '27 May 2019' time '9:37:08.984269 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.35' message 'Using right file for right VM again.' id '69d576a1-89a3-4b67-a368-a9963690a913' date '23 May 2019' time '8:17:01.198016 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.34' message 'Fixed URL for libstdc++.' id 'da7c41d6-7506-4089-b190-8e52fa62f36f' date '23 May 2019' time '8:16:00.936503 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.33' message 'Updated library urls.' id '9a88a433-d2be-42db-ae38-f692c4887133' date '23 May 2019' time '7:36:56.506491 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.32' message 'Fixed download method for linux.' id '99cf9ac4-1aa6-483a-b4c2-3a087b614d29' date '23 May 2019' time '7:27:03.548734 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.31' message 'Fixed different image folder structure issues.' id '90dbf411-23d0-534d-9264-7d8df7e1a472' date '23 May 2019' time '6:22:50.553921 pm' author 'ea' ancestors ((name 'Spellcheck-Core-pre.30' message 'Added GUI for Spellchecking a Class' id '21236ab0-20de-467d-8440-18e7744102d4' date '23 May 2019' time '2:47:39.34466 pm' author 'pre' ancestors ((name 'Spellcheck-Core-ea.29' message 'Fixed Bug after restart.' id '54cdc4b6-2daf-6047-ad2d-ffdf74ba38d7' date '21 May 2019' time '4:16:24.01192 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.28' message 'Fixed Bug with only wrong word in string.' id '5388b7ac-b794-094f-ac81-4dfe6f93f417' date '21 May 2019' time '12:09:34.658185 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.27' message 'Fixed Bug: Spellcheck does not work after moving from one machien to another.' id 'c39f891a-3595-4a47-9cd6-5f7e69463b0b' date '21 May 2019' time '11:33:58.181185 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.26' message 'Forcing Registration of SystemBrowser.' id '54792f72-6c81-6e4c-8da4-b86724ef7e6d' date '18 May 2019' time '7:15:04.89298 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.25' message 'Registering SPCSystemBrowser as default System Browser.' id 'edbee66c-936e-cc4b-9e39-82ea71bbeacc' date '18 May 2019' time '7:05:13.78998 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.24' message 'Created Subclass of Browser that can Spell-Check the Source of all methods of a class.' id '1a4d49ce-2333-1748-b59b-c876a0c0f864' date '18 May 2019' time '6:52:33.91098 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.23' message 'Filtering all literals.' id '2cc0783d-4d17-de4c-9d8e-6abbf9b659bf' date '18 May 2019' time '5:44:16.51998 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.22' message 'Inherited from System Browser.' id 'a2140d57-b2d9-084e-9f1e-2de852f586f0' date '18 May 2019' time '2:37:39.88498 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.21' message 'Fixed Null Object VM crashes.' id '379edad5-3d74-4a4e-b21d-6aab3b2a7585' date '14 May 2019' time '11:34:58.771523 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.20' message 'Added preference for parse String only.' id 'b46bc6a8-0355-4744-8e94-18a8d5433e07' date '11 May 2019' time '3:54:45.165376 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.19' message 'Mixed Spellcheck and ST-80 Styler.' id '56f6b9ea-45fc-eb46-831c-750adcda7aab' date '11 May 2019' time '3:42:15.843376 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.18' message 'Added option to parse words in trings and comments only.' id 'ee1cf55f-2db9-0f40-9871-ee6834da3c9c' date '11 May 2019' time '3:36:31.326376 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.17' message 'Re-enabled unstyle.' id '078ad2c8-c98c-c743-a61d-bd3e4afefe18' date '7 May 2019' time '7:52:51.233892 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.16' message 'Finished disabling SpellCheck User story.' id '49c84740-bcbe-9941-a8c7-2bec70e72a1b' date '7 May 2019' time '7:48:05.273892 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.15' message 'Spellcheck can be disabled.' id '96d2a186-8c4e-614e-bde3-22884b41aeba' date '7 May 2019' time '6:42:36.020415 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.14' message 'Enforced Disabled option for Spellcheck.' id 'f2c0d3ba-fd4e-3a44-af8c-ceaee53b165d' date '7 May 2019' time '6:40:45.373415 pm' author 'ea' ancestors ((name 'Spellcheck-Core-mka.13' message 'added feedback Dialog for dependency installation;refactored downloadLibraries and created methods for each OS for the installation' id 'd3960378-9842-7847-a435-299ac4e3fcff' date '6 May 2019' time '5:45:41.506711 pm' author 'mka' ancestors ((name 'Spellcheck-Core-mka.12' message 'added feedback Dialog for dependency installation;refactored downloadLibraries and created methods for each OS for the installation' id '7c0500b9-aec9-3340-8b93-fd3a4dd3ee61' date '6 May 2019' time '5:40:21.829711 pm' author 'mka' ancestors ((name 'Spellcheck-Core-ea.11' message 'Added method to calculate bits of machine word.' id 'ed97f250-7d01-4d5a-bbf9-f25c148975f1' date '30 April 2019' time '7:47:45.2734 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.10' message 'Refactored Hunspell API.' id 'fb0bd0bf-d733-994b-9ebd-7390dd609222' date '30 April 2019' time '7:29:39.206384 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.9' message 'Fixed URL for osx.' id 'b5af3dc7-48e6-c442-be65-b30c39c00525' date '29 April 2019' time '9:57:48.526188 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.8' message 'Added macos support.' id 'db9069f8-2563-964f-aca3-bb6976aa1af5' date '29 April 2019' time '9:47:59.041188 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.7' message 'Fixed download url.' id 'c9db4e95-48d8-6e4a-9763-d578ff425dba' date '28 April 2019' time '7:00:45.086597 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.6' message 'Added distinguishing between 64 and 32 bits.' id '0f03ceb8-ec41-8f48-9e59-8c12f6d94022' date '28 April 2019' time '6:52:13.563946 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.5' message 'Added find path function for linux.' id '40046704-fa80-4e60-b9f9-0e219685419f' date '28 April 2019' time '3:28:17.719024 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.4' message 'Added autodownload for Linux and MacOS (untested).' id '9923e61b-8eda-c742-b267-d4baae54a8ff' date '28 April 2019' time '2:51:02.694441 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.3' message 'Supports auto-install on Windows.' id '97a9e71f-d6e6-5a42-8389-42fc6658ac4e' date '28 April 2019' time '2:45:28.683441 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.2' message 'empty log message' id '35be8d3c-7f13-b948-ab77-aec6492f9400' date '22 April 2019' time '7:54:20.787667 pm' author 'ea' ancestors ((name 'Spellcheck-Core-cypress.1' message 'fabricated from a Cypress format repository' id '7ae01cfa-50f5-8542-8f8b-47e69c811cf7' date '22 April 2019' time '6:06:47.005488 pm' author '' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'Spellcheck-Core-ea.37' message 'Fixed Styling in workspace.' id '46840f9e-3b03-a041-9d34-36c80aeba6a8' date '27 May 2019' time '10:44:44.161269 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.36' message 'Made method to ST void.' id '5e1d2c44-deec-dd4c-a935-ad362599ed48' date '27 May 2019' time '9:37:08.984269 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.35' message 'Using right file for right VM again.' id '69d576a1-89a3-4b67-a368-a9963690a913' date '23 May 2019' time '8:17:01.198016 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.34' message 'Fixed URL for libstdc++.' id 'da7c41d6-7506-4089-b190-8e52fa62f36f' date '23 May 2019' time '8:16:00.936503 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.33' message 'Updated library urls.' id '9a88a433-d2be-42db-ae38-f692c4887133' date '23 May 2019' time '7:36:56.506491 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.32' message 'Fixed download method for linux.' id '99cf9ac4-1aa6-483a-b4c2-3a087b614d29' date '23 May 2019' time '7:27:03.548734 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.31' message 'Fixed different image folder structure issues.' id '90dbf411-23d0-534d-9264-7d8df7e1a472' date '23 May 2019' time '6:22:50.553921 pm' author 'ea' ancestors ((name 'Spellcheck-Core-pre.30' message 'Added GUI for Spellchecking a Class' id '21236ab0-20de-467d-8440-18e7744102d4' date '23 May 2019' time '2:47:39.34466 pm' author 'pre' ancestors ((name 'Spellcheck-Core-ea.29' message 'Fixed Bug after restart.' id '54cdc4b6-2daf-6047-ad2d-ffdf74ba38d7' date '21 May 2019' time '4:16:24.01192 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.28' message 'Fixed Bug with only wrong word in string.' id '5388b7ac-b794-094f-ac81-4dfe6f93f417' date '21 May 2019' time '12:09:34.658185 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.27' message 'Fixed Bug: Spellcheck does not work after moving from one machien to another.' id 'c39f891a-3595-4a47-9cd6-5f7e69463b0b' date '21 May 2019' time '11:33:58.181185 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.26' message 'Forcing Registration of SystemBrowser.' id '54792f72-6c81-6e4c-8da4-b86724ef7e6d' date '18 May 2019' time '7:15:04.89298 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.25' message 'Registering SPCSystemBrowser as default System Browser.' id 'edbee66c-936e-cc4b-9e39-82ea71bbeacc' date '18 May 2019' time '7:05:13.78998 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.24' message 'Created Subclass of Browser that can Spell-Check the Source of all methods of a class.' id '1a4d49ce-2333-1748-b59b-c876a0c0f864' date '18 May 2019' time '6:52:33.91098 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.23' message 'Filtering all literals.' id '2cc0783d-4d17-de4c-9d8e-6abbf9b659bf' date '18 May 2019' time '5:44:16.51998 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.22' message 'Inherited from System Browser.' id 'a2140d57-b2d9-084e-9f1e-2de852f586f0' date '18 May 2019' time '2:37:39.88498 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.21' message 'Fixed Null Object VM crashes.' id '379edad5-3d74-4a4e-b21d-6aab3b2a7585' date '14 May 2019' time '11:34:58.771523 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.20' message 'Added preference for parse String only.' id 'b46bc6a8-0355-4744-8e94-18a8d5433e07' date '11 May 2019' time '3:54:45.165376 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.19' message 'Mixed Spellcheck and ST-80 Styler.' id '56f6b9ea-45fc-eb46-831c-750adcda7aab' date '11 May 2019' time '3:42:15.843376 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.18' message 'Added option to parse words in trings and comments only.' id 'ee1cf55f-2db9-0f40-9871-ee6834da3c9c' date '11 May 2019' time '3:36:31.326376 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.17' message 'Re-enabled unstyle.' id '078ad2c8-c98c-c743-a61d-bd3e4afefe18' date '7 May 2019' time '7:52:51.233892 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.16' message 'Finished disabling SpellCheck User story.' id '49c84740-bcbe-9941-a8c7-2bec70e72a1b' date '7 May 2019' time '7:48:05.273892 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.15' message 'Spellcheck can be disabled.' id '96d2a186-8c4e-614e-bde3-22884b41aeba' date '7 May 2019' time '6:42:36.020415 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.14' message 'Enforced Disabled option for Spellcheck.' id 'f2c0d3ba-fd4e-3a44-af8c-ceaee53b165d' date '7 May 2019' time '6:40:45.373415 pm' author 'ea' ancestors ((name 'Spellcheck-Core-mka.13' message 'added feedback Dialog for dependency installation;refactored downloadLibraries and created methods for each OS for the installation' id 'd3960378-9842-7847-a435-299ac4e3fcff' date '6 May 2019' time '5:45:41.506711 pm' author 'mka' ancestors ((name 'Spellcheck-Core-mka.12' message 'added feedback Dialog for dependency installation;refactored downloadLibraries and created methods for each OS for the installation' id '7c0500b9-aec9-3340-8b93-fd3a4dd3ee61' date '6 May 2019' time '5:40:21.829711 pm' author 'mka' ancestors ((name 'Spellcheck-Core-ea.11' message 'Added method to calculate bits of machine word.' id 'ed97f250-7d01-4d5a-bbf9-f25c148975f1' date '30 April 2019' time '7:47:45.2734 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.10' message 'Refactored Hunspell API.' id 'fb0bd0bf-d733-994b-9ebd-7390dd609222' date '30 April 2019' time '7:29:39.206384 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.9' message 'Fixed URL for osx.' id 'b5af3dc7-48e6-c442-be65-b30c39c00525' date '29 April 2019' time '9:57:48.526188 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.8' message 'Added macos support.' id 'db9069f8-2563-964f-aca3-bb6976aa1af5' date '29 April 2019' time '9:47:59.041188 am' author 'ea' ancestors ((name 'Spellcheck-Core-ea.7' message 'Fixed download url.' id 'c9db4e95-48d8-6e4a-9763-d578ff425dba' date '28 April 2019' time '7:00:45.086597 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.6' message 'Added distinguishing between 64 and 32 bits.' id '0f03ceb8-ec41-8f48-9e59-8c12f6d94022' date '28 April 2019' time '6:52:13.563946 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.5' message 'Added find path function for linux.' id '40046704-fa80-4e60-b9f9-0e219685419f' date '28 April 2019' time '3:28:17.719024 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.4' message 'Added autodownload for Linux and MacOS (untested).' id '9923e61b-8eda-c742-b267-d4baae54a8ff' date '28 April 2019' time '2:51:02.694441 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.3' message 'Supports auto-install on Windows.' id '97a9e71f-d6e6-5a42-8389-42fc6658ac4e' date '28 April 2019' time '2:45:28.683441 pm' author 'ea' ancestors ((name 'Spellcheck-Core-ea.2' message 'empty log message' id '35be8d3c-7f13-b948-ab77-aec6492f9400' date '22 April 2019' time '7:54:20.787667 pm' author 'ea' ancestors ((name 'Spellcheck-Core-cypress.1' message 'fabricated from a Cypress format repository' id '7ae01cfa-50f5-8542-8f8b-47e69c811cf7' date '22 April 2019' time '6:06:47.005488 pm' author '' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ setUp
spellingStyler := SPCTextStylerTests new.
correctionUIStyler := SPCCorrectionUIStyler new.
textWithMistake := 'There is a miscake int the text.' asText.
textWithoutMistake := 'a := 5.' asText.
wrongWordIndex := 12

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
testing
testStylingInWorkspaceDisabled

| runArray workspace |
workspace := Workspace new.
workspace shouldStyle: false.
spellingStyler workspace: workspace.
spellingStyler privateStyle: textWithoutMistake.
runArray := textWithoutMistake runs.
self assert: (runArray values = #(#()))
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
testing
testStylingInWorkspaceEnabled

| runArray runArraySt80 workspace textWithoutMistakeUnstyled st80Styler |
st80Styler := SHTextStylerST80 new.
textWithoutMistakeUnstyled := 'a := 5.' asText.
workspace := Workspace new.
workspace shouldStyle: true.

spellingStyler workspace: workspace.
spellingStyler privateStyle: textWithoutMistake.
runArray := textWithoutMistake runs.

st80Styler workspace: workspace.
st80Styler privateStyle: textWithoutMistakeUnstyled.
runArraySt80 := textWithoutMistakeUnstyled runs.
self assert: (runArray = runArraySt80).
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"class" : {
},
"instance" : {
"setUp" : "ea 5/7/2019 20:48",
"setUp" : "ea 5/27/2019 10:43",
"testPrivateStyle" : "ow 7/20/2018 15:21",
"testStylingInWorkspaceDisabled" : "ea 5/27/2019 10:43",
"testStylingInWorkspaceEnabled" : "ea 5/27/2019 10:43",
"testUnstyle" : "ow 7/20/2018 15:23" } }
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"spellingStyler",
"correctionUIStyler",
"textWithMistake",
"wrongWordIndex" ],
"textWithoutMistake",
"wrongWordIndex",
"originalStateWorkspaceHighlighting" ],
"name" : "SPCStylerTests",
"pools" : [
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
testing
testParsingStringsOnlySingleCorrectWord

| strings text|

text := 'a := ''squeak'''.
SPCTextParser parseStringsOnly: true.
strings := parser parseText: text.
"Will be spell-checked later, but should have parsed one word."
self assert: (strings size = 1).

SPCTextParser parseStringsOnly: false
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
testing
testParsingStringsOnlySingleWrongWord

| strings text firstWordInStringStart firstWordInStringEnd lastWordInStringStart lastWordInStringEnd|
firstWordInStringStart := 22.
firstWordInStringEnd := 25.
lastWordInStringStart := 54.
lastWordInStringEnd := 60.
| strings text|

text := 'a := ''sqeek'''.
SPCTextParser parseStringsOnly: true.
strings := parser parseText: text.
self assert: (strings size >0).
self assert: (strings size = 1).

SPCTextParser parseStringsOnly: false
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"testIsStringAlphaNumeric" : "RS 7/25/2018 16:40",
"testParsingCommentsOnly" : "ea 5/11/2019 15:32",
"testParsingStringsOnly" : "ea 5/11/2019 15:32",
"testParsingStringsOnlySingleWrongWord" : "pre 5/23/2019 13:14",
"testParsingStringsOnlySingleCorrectWord" : "ea 5/27/2019 09:53",
"testParsingStringsOnlySingleWrongWord" : "ea 5/27/2019 09:52",
"testParsingWithSeparator" : "ow 7/4/2018 23:46" } }
Loading

0 comments on commit b62045b

Please sign in to comment.