ipptoolfile - "DELAY 0,2"? #159
Unanswered
wifiprintguy
asked this question in
Q&A
Replies: 1 comment
|
You need to put the value in quotes to avoid having it split up, e.g.: This obviously needs to be documented since it isn't obvious (the same is true of attribute values containing commas...) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I see in doc/ipptoolfile.html there is a Test Directive called DELAY (
libcups/doc/ipptoolfile.html
Line 291 in b33e589
If I build libcups from master and try to put DELAY 0,2 in a .test file (examples/ippfwupdate10.test) on line 266, ipptool indicates this line as being badly formed:
Is this a bug with ipptool? Or am I not interpreting how that syntax is to be used correctly? No .test files in examples contain a DELAY Test Directive so it isn't clear how it should be used.
Cheers,
wifiprintguy
All reactions