Skip to content

Commit

Permalink
Update test_nlp_expr.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 8, 2023
1 parent d1f5042 commit c1c8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nlp_expr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ function test_printing_truncation()
function_string(MIME("text/plain"), y),
)
@test occursin(
"{\\left({\\textsf{sin}\\left({x[72]}\\right)} * {2.0}\\right) + {[[\\ldots\\text{41 terms omitted}\\ldots]]} + {\\left({\\textsf{sin}\\left({x[30]}\\right)} * {2.0}\\right)} + {\\left({\\textsf{sin}\\left({x[29]}\\right)} * {2.0}\\right)} + {\\left({\\textsf{sin}\\left({x[28]}\\right)} * {2.0}\\right)} + {\\left({\\textsf{sin}\\left({x[27]}\\right)} * {2.0}\\right)} + {\\left({\\textsf{sin}\\left({x[26]}\\right)} * {2.0}\\right)}",
"{\\left({\\textsf{sin}\\left({x_{72}}\\right)} * {2.0}\\right) + {[[\\ldots\\text{41 terms omitted}\\ldots]]} + {\\left({\\textsf{sin}\\left({x_{30}}\\right)} * {2.0}\\right)}",
function_string(MIME("text/latex"), y),
)
return
Expand Down

0 comments on commit c1c8585

Please sign in to comment.