File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import Base.invokelatest
3838import Dates
3939using Dates: now
4040import Random
41- using Base64: Base64EncodePipe
41+ using Base64: Base64EncodePipe, base64decode
4242import REPL
4343
4444# InteractiveUtils is not used inside IJulia, but loaded in src/kernel.jl
Original file line number Diff line number Diff line change 11using Test
2- import IJulia: InlineIOContext
2+ import IJulia: InlineIOContext, png_wh
33
44@testset " Custom Jupyter inline display" begin
55 @eval struct TestDataType
@@ -22,7 +22,7 @@ import IJulia: InlineIOContext
2222
2323 Base. show (InlineIOContext (buf), MIME (" text/plain" ), data)
2424 @test String (take! (buf)) == " TestDataType: Jupyter: \" foo\" "
25-
25+
2626 # test that we can extract a PNG header
2727 @test png_wh (
2828 " iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAYAAACqYHctAAAAE0lEQVR42mNk+P+/ngENMI4MQQCgfR3py/"
You can’t perform that action at this time.
0 commit comments