Skip to content

Commit

Permalink
chores: Removed unneded test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubukimaru committed Nov 4, 2023
1 parent 2775e57 commit 3186bd9
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions test/features/bugs.feature
Original file line number Diff line number Diff line change
Expand Up @@ -91,31 +91,6 @@ Feature: Fixing issues
Then file outfile.com exists
And file outfile.sym exists

@wip
Scenario: Issue #58 INCLUDE inside an IF is not ignored
Given I write the code to test.asm
"""
USE_SCREEN = 2
IF USE_SCREEN == 2
.INCLUDE "screen2.com"
ENDIF
IF USE_SCREEN == 4
.INCLUDE "screen4.com"
ENDIF
"""
And I write to screen2.com
"""
.db "SCREEN2"
"""
And I write to screen4.com
"""
.db "SCREEN4"
"""
When I build test.asm
Then build output should not contain Including file screen4.com

Scenario: Issue #106 Include a file without newline breaks
Given I write the code to test.asm
"""
Expand Down

0 comments on commit 3186bd9

Please sign in to comment.