Robert Stoll
Robert Stoll
### Affected Version 0.18.0 ### API fluent-en_GB, infix-en_GB ### Platform jvm, js ### Kotlin Version 1.4 ### How to reproduce the problem? ```kotlin expect(listOf("hello", "world", "foo", "bar")).notToContain.entry { toContain("hello") }...
*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature I want to provide a `between` function which reports lower and upper bound as soon as...
### Q&A (please complete the following information) - OS: [e.g. macOS] ubuntu - Browser: [e.g. chrome, safari] chromium - Version: [e.g. 22] 121.0.6167.85 (Official Build) snap (64-bit) - Method of...
consider the following: ```java Document document = Parser.htmlParser().parseInput("alert('xss');all good", ""); Cleaner(Safelist.none().addTags("title")).isValid(document); ``` returns false but not because we added `script` to head but because there is this check in `isValid`:...
### Describe the bug I would like to be able to see the documentation of asInstanceOf. Most likely it is not shown since Any.class is a synthetic class and not...
## Reproduction steps 1. git clone https://github.com/robstoll/scala 2. git checkout scaladoc-bug 3. open Any.scala 4. you should see the following at the bottom of the file ```scala /** * {{{...
Consider the following: ``` assertNoDiff( compileErrors("1.isInstanceOf[String]"), "cannot test if value of type Int is a reference of class String" ) ```
*Platform* (all, jvm, js): all *Extension* (none, kotlin 1.3): none ## Code related feature Currently, we only catch unexpected exceptions in: - feature extractors - Function0.toThrow/notToThrow But we especially don't...
There are several compile errors in ApplicationTest when one chooses MockHttpEngine as feature. I am not sure, it seems to me the generated code is completely outdated.