Skip to content

Commit

Permalink
Merge pull request #75 from AtelierArith/pass-ci-for-julia-nightly
Browse files Browse the repository at this point in the history
create reference for Julia v1.11 to pass CI for nightly
  • Loading branch information
terasakisatoshi authored Oct 20, 2023
2 parents c145107 + 36f7ead commit 698b1ef
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/references/v1.11/replay_color_no_julia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[?25l[?2004hjulia> x = 1 + 1julia> x = 1 + 1
[?2004l2

julia> [?2004hjulia> prinjulia> printtjulia> printljulia> printlnnjulia> println("Hello World")julia> println("Hello World")
[?2004lHello World

julia> [?2004hjulia> @shjulia> @showojulia> @showwjulia> @show xjulia> @show x
[?2004lx = 2
2

julia> [?2004hjulia> exijulia> exittjulia> exit()julia> exit()
[?2004l
Expand Down
12 changes: 12 additions & 0 deletions test/references/v1.11/replay_color_yes_julia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[?25l[?2004hjulia> x = 1 + 1julia> x = 1 + 1
[?2004l2

julia> [?2004hjulia> prinjulia> printtjulia> printljulia> printlnnjulia> println("Hello World")julia> println("Hello World")
[?2004lHello World

julia> [?2004hjulia> @shjulia> @showojulia> @showwjulia> @show xjulia> @show x
[?2004lx = 2
2

julia> [?2004hjulia> exijulia> exittjulia> exit()julia> exit()
[?2004l
Expand Down

0 comments on commit 698b1ef

Please sign in to comment.