eagler-teavm-fork/tests
Jasper Siepkes 7104edb592
classlib: add stripLeading and stripTrailing methods to String class (#707)
The stripLeading and stripTrailing methods were added in Java 11 to the String class.

Based on the implementation of the existing strip method in TeaVM this commit adds the stripLeading() and stripTrailing() methods (and tests) to the String class in the class library.
2023-06-06 10:09:25 +02:00
..
src/test classlib: add stripLeading and stripTrailing methods to String class (#707) 2023-06-06 10:09:25 +02:00
build.gradle.kts Don't use Gradle toolchains to specify Java version 2023-02-01 18:41:17 +01:00
compile-c-unix-fast.sh C: add option to support exceptions via setjmp/longjmp 2019-07-22 16:53:47 +03:00
compile-c-unix.sh C: compile into multiple .c and .h files 2019-05-08 17:36:46 +03:00
run-wasi.sh Wasi: fix bugs in IO implementation 2022-11-12 21:52:29 +01:00