Skip to content

Commit fa74d67

Browse files
committed
Added test case for a known error
1 parent 0009241 commit fa74d67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test-files/as2.scpt

536 Bytes
Binary file not shown.

test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ else
167167
filter_test "$CMD_SMUDGE" "as-hdr.applescript" "as.scpt" 0 "Smudge AppleScript"
168168
filter_test "$CMD_SMUDGE" "as.applescript" "as.scpt" 0 "Smudge AppleScript (without header)"
169169
filter_test "$CMD_BOTH" "as.scpt" "as.scpt" 0 "Pass through AppleScript"
170+
#Known issue
171+
#filter_test "$CMD_BOTH" "as2.scpt" "as2.scpt" 0 "Pass through AppleScript; file not ending with empty line"
170172

171173
#--| ScriptDebugger tests
172174
filter_test "$CMD_CLEAN" "asdbg.scpt" "asdbg-hdr.applescript" 1 "Default Deny: forbidden Debugging Mode switched on"

0 commit comments

Comments
 (0)