Skip to content

Commit

Permalink
Fix some indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-dG committed Dec 7, 2020
1 parent 73085a5 commit 5ce493d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/interactive.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ end
@testset "Disabling default plugins" begin
print(
stdin.buffer,
CR, DOWN^5, CR, DONE, # Customize user and plugins
CR, DOWN^5, CR, DONE, # Customize user and plugins
USER, LF, # Enter user
SELECT_DEFAULTS, # Pre-select default plugins
UP, CR, UP^2, CR, DONE, # Disable TagBot and Readme
Expand Down Expand Up @@ -168,9 +168,9 @@ end

print(
stdin.buffer,
DOWN^2, CR, # Select GitLabCI
DOWN^2, CR, # Select GitLabCI
DOWN^2, CR, DONE, # Customize index_md
"x.txt", LF, # Enter index file
"x.txt", LF, # Enter index file
)
@test PT.interactive(Documenter) == Documenter{GitLabCI}(; index_md="x.txt")

Expand Down Expand Up @@ -245,7 +245,7 @@ end
@testset "Interrupts" begin
print(
stdin.buffer,
SIGINT, # Send keyboard interrupt
SIGINT, # Send keyboard interrupt
)
@test Template(; interactive=true) === nothing
end
Expand Down

0 comments on commit 5ce493d

Please sign in to comment.