mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Add new tests for multiple pyout/display-data
This commit is contained in:
parent
97bb0302d0
commit
e625540e00
1 changed files with 18 additions and 0 deletions
|
@ -126,6 +126,24 @@ some input
|
|||
("some output text")
|
||||
((:text "some output text" :javascript "$.do.something()")))
|
||||
|
||||
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
||||
text-two
|
||||
("first output text" "second output text")
|
||||
((:text "first output text") (:text "second output text")))
|
||||
|
||||
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
||||
text-javascript
|
||||
("first output text" "second output text")
|
||||
((:text "first output text")
|
||||
(:text "second output text" :javascript "$.do.something()")))
|
||||
|
||||
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
||||
text-latex-svg
|
||||
("first output text" "second output \\\\LaTeX" " ")
|
||||
((:text "first output text")
|
||||
(:text "some output text" :latex "second output \\LaTeX")
|
||||
(:text "some output text" :svg eintest:example-svg)))
|
||||
|
||||
|
||||
;; Insert pyerr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue