We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d723c30 commit 765e1dfCopy full SHA for 765e1df
src/Data/Char.js
src/Data/Char.purs
test/Test/Data/Char.purs
test/Test/Main.purs
@@ -4,7 +4,6 @@ import Prelude
4
5
import Effect (Effect)
6
import Effect.Console (log)
7
-import Test.Data.Char (testChar)
8
import Test.Data.String (testString)
9
import Test.Data.String.CaseInsensitive (testCaseInsensitiveString)
10
import Test.Data.String.CodePoints (testStringCodePoints)
@@ -16,8 +15,6 @@ import Test.Data.String.Unsafe (testStringUnsafe)
16
15
17
main :: Effect Unit
18
main = do
19
- log "\n--- Data.Char ---\n"
20
- testChar
21
log "\n--- Data.String ---\n"
22
testString
23
log "\n--- Data.String.CodePoints ---\n"
0 commit comments