Skip to content

Commit

Permalink
test LiteralArrayContainsDot
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 4, 2025
1 parent 5adf648 commit d101d9f
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
testing
testLiteralArrayContainsDot

self
test: #smallLintLiteralArrayContainsDot
on: { SLTestLiteralArrayContainsDot01 }
expectedResults: { 1 }.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"testLawOfDemeter" : "BD 6/22/2018 13:51",
"testLiteralArrayCharacters" : "LS 6/16/2018 14:02",
"testLiteralArrayContainsComma" : "LS 6/16/2018 14:02",
"testLiteralArrayContainsDot" : "ct 12/13/2024 03:17",
"testLiteralValuesSpelling" : "LS 6/16/2018 14:02",
"testMethodModifierFinal" : "LS 6/16/2018 14:02",
"testMethodModifierOverride" : "LS 6/16/2018 14:02",
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
as yet unclassified
characterArray

^ #($a)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
as yet unclassified
method

^ #( . )
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
as yet unclassified
symbolArray
^ #(#someSymbol $a)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"class" : {
},
"instance" : {
"characterArray" : "Lars Seifert 5/29/2018 17:12",
"method" : "ct 12/13/2024 03:18",
"symbolArray" : "Lars Seifert 5/29/2018 17:20" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "SwaLint-Tests-Data",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "SLTestLiteralArrayContainsDot01",
"pools" : [
],
"super" : "Object",
"type" : "normal" }

0 comments on commit d101d9f

Please sign in to comment.