mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
better
This commit is contained in:
parent
98742013df
commit
8626a4fa3c
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ some input
|
||||||
:execution_count 111)
|
:execution_count 111)
|
||||||
:ewoc (oref ein:%worksheet% :ewoc))
|
:ewoc (oref ein:%worksheet% :ewoc))
|
||||||
(goto-char (ein:cell-location cell))
|
(goto-char (ein:cell-location cell))
|
||||||
(message "%s" (buffer-string))
|
;; (message "%s" (buffer-string))
|
||||||
(should (looking-at (format "\
|
(should (looking-at (format "\
|
||||||
In \\[111\\]:
|
In \\[111\\]:
|
||||||
some input
|
some input
|
||||||
|
@ -138,7 +138,7 @@ some input
|
||||||
(when (image-type-available-p 'svg)
|
(when (image-type-available-p 'svg)
|
||||||
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
||||||
svg
|
svg
|
||||||
("some output text")
|
("\\.")
|
||||||
((:data (:text "some output text" :svg ein:testing-example-svg)))))
|
((:data (:text "some output text" :svg ein:testing-example-svg)))))
|
||||||
|
|
||||||
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
||||||
|
@ -165,7 +165,7 @@ some input
|
||||||
(when (image-type-available-p 'svg)
|
(when (image-type-available-p 'svg)
|
||||||
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
(eintest:gene-test-cell-insert-output-pyout-and-display-data
|
||||||
text-latex-svg
|
text-latex-svg
|
||||||
("first output text" "second output \\\\LaTeX" "some output text")
|
("first output text" "second output \\\\LaTeX")
|
||||||
((:data (:text "first output text"))
|
((:data (:text "first output text"))
|
||||||
(:data (:latex "second output \\LaTeX"))
|
(:data (:latex "second output \\LaTeX"))
|
||||||
(:data (:text "some output text" :svg ein:testing-example-svg)))))
|
(:data (:text "some output text" :svg ein:testing-example-svg)))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue