This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push:
new dc640d1 More tests.
dc640d1 is described below
commit dc640d198cfa52ccae83b8b90dd256a86530bbc0
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 20:24:37 2020 -0400
More tests.
---
src/test/java/org/apache/commons/text/StringSubstitutorTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
b/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
index a6ce466..d75ed32 100644
--- a/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
+++ b/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
@@ -787,7 +787,9 @@ public class StringSubstitutorTest {
doTestNoReplace("${");
// TODO this looks like a bug since a $ is removed but this is not a
variable.
// doTestNoReplace("$${");
+ // doTestNoReplace("$${a");
// doTestNoReplace("$$${");
+ // doTestNoReplace("$$${a");
doTestNoReplace("$}");
doTestNoReplace("$$}");
doTestNoReplace("}");