Skip to content

Commit

Permalink
Update JUnit test in TestPods for changed Github links
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Sep 14, 2024
1 parent 080aef0 commit c31545d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ public void testTransliterate() {
+ " \"error\" : \"false\",\n" //
+ " \"numsubpods\" : 1,\n" //
+ " \"subpods\" : [ {\n" //
+ " \"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#L704) \\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#L706)\\n\\n\"\n" //
+ " \"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#L706)\\n\\n\"\n" //
+ " } ]\n" //
+ " } ]\n" //
+ " }\n" //
Expand Down

0 comments on commit c31545d

Please sign in to comment.