Skip to content

Commit

Permalink
fix JUnit test case for new generated Github links
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Nov 3, 2023
1 parent 6e12547 commit ab1aae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2095,7 +2095,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### Examples\\n\\n```\\n>> Chop(0.00000000001)\\n0\\n```\\n\\n\\n\\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#L703) \\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#L704)\\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### Examples\\n\\n```\\n>> Chop(0.00000000001)\\n0\\n```\\n\\n\\n\\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#L704)\\n\\n\"\n" //
+ " } ]\n" //
+ " } ]\n" //
+ " }\n" //
Expand Down

0 comments on commit ab1aae3

Please sign in to comment.