7 lines
165 B
Text
7 lines
165 B
Text
test_expect_success 'p4-filespec' '
|
|
(
|
|
# LINT: Perforce revspec in filespec not misinterpreted as in-line comment
|
|
p4 print -1 //depot/fiddle#42 >file &&
|
|
foobar
|
|
)
|
|
'
|