This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-17 08:31:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0e132b98575fcf5a720bb0adbbc9fc99f595eb83
kotlin
/
libraries
/
stdlib
/
test
/
text
History
Ilya Gorbunov
288e0b3c7e
Allow to use Regex matches CharSequence and CharSequence matches Regex in infix form
...
#KT-14279
2017-01-25 21:31:42 +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
Minor: normalize '@Test' annotation casing in all tests.
2016-11-21 18:20:33 +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
Improve onEach templates.
2016-11-30 16:46:56 +03:00