This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
77765a80640094de31db96778dbd0a65bbc5f661
kotlin-fork
/
libraries
/
stdlib
/
test
/
text
T
History
Ilya Gorbunov
6ae19e03d5
Clean warnings and refactor stdlib tests.
...
Merge RangeJVMTest into RangeTest.
2017-04-18 18:51:20 +03:00
..
CharJVMTest.kt
Minor: normalize '@Test' annotation casing in all tests.
2016-11-21 18:20:33 +03:00
RegexJVMTest.kt
Annotate explicitly stdlib tests, which must be excluded from JS stdlib tests with @JvmVersion, do not use file naming convention, use preprocessor instead.
2016-10-26 17:47:15 +03:00
RegexTest.kt
Allow to use Regex matches CharSequence and CharSequence matches Regex in infix form
2017-01-25 21:31:42 +03:00
StringBuilderJVMTest.kt
Clean warnings and refactor stdlib tests.
2017-04-18 18:51:20 +03:00
StringBuilderTest.kt
Minor: normalize '@Test' annotation casing in all tests.
2016-11-21 18:20:33 +03:00
StringJVMTest.kt
Extracted string-parsing extensions and their tests into separate files.
2016-11-30 02:17:35 +03:00
StringNumberConversionTest.kt
Ensure string to number conversion fails on empty and blank inputs.
2017-01-24 07:22:58 +03:00
StringTest.kt
Clean warnings and refactor stdlib tests.
2017-04-18 18:51:20 +03:00