Skip to content

Commit e4eae42

Browse files
committed
Fix broken JUnit test testTransliterate()
1 parent d7c3903 commit e4eae42

File tree

1 file changed

+1
-1
lines changed
  • symja_android_library/matheclipse-api/src/test/java/org/matheclipse/api

1 file changed

+1
-1
lines changed

symja_android_library/matheclipse-api/src/test/java/org/matheclipse/api/TestPods.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ public void testTransliterate() {
20932093
+ " \"error\" : \"false\",\n" //
20942094
+ " \"numsubpods\" : 1,\n" //
20952095
+ " \"subpods\" : [ {\n" //
2096-
+ " \"markdown\" : \"## Chop\\n\\n```\\nChop(numerical-expr)\\n```\\n\\n> replaces numerical values in the `numerical-expr` which are close to zero with symbolic value `0`. \\n\\n```\\nChop(numerical-expr, delta)\\n```\\n\\n> uses a tolerance of `delta`. The default tolerance is `10^-10`.\\n \\n### Examples\\n\\n```\\n>> Chop(0.00000000001)\\n0\\n```\\n\\n\\n### Implementation status\\n\\n* ✅ - full supported\\n\\n### Github\\n\\n* [Implementation of Chop](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L706) \\n[Github master](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L699)\\n\\n\"\n" //
2096+
+ " \"markdown\" : \"## Chop\\n\\n```\\nChop(numerical-expr)\\n```\\n\\n> replaces numerical values in the `numerical-expr` which are close to zero with symbolic value `0`. \\n\\n```\\nChop(numerical-expr, delta)\\n```\\n\\n> uses a tolerance of `delta`. The default tolerance is `10^-10`.\\n \\n### Examples\\n\\n```\\n>> Chop(0.00000000001)\\n0\\n```\\n\\n\\n### Implementation status\\n\\n* ✅ - full supported\\n\\n### Github\\n\\n* [Implementation of Chop](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L699) \\n[Github master](https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/builtin/Arithmetic.java#L699)\\n\\n\"\n" //
20972097
+ " } ]\n" //
20982098
+ " } ]\n" //
20992099
+ " }\n" //

0 commit comments

Comments
 (0)