Bug #42
closed
Input command - missing ? when not using a string
Added by Paul Kitching almost 5 years ago.
Updated almost 5 years ago.
Description
input a$
input "Name";name$
The first line should show a ? followed by a space, then the cursor, but the second shouldn't. AOZ doesn't show a "?" for either.
The subject should say when NOT using a string.
I wish I could edit the post, as I've done two so far and made a mistake on both!
- Status changed from New to Resolved
- Target version set to 0.9.3
- Subject changed from Input command - missing ? when using a string to Input command - missing ? when not using a string
- Status changed from Resolved to Feedback
0.9.2.6 :
foo
Namebar
0.9.3.1 :
?foo
Namebar
The result is a little bit different than the one expected by Paul : "a ? +followed by a space+ then the cursor". There is no space between the ? and the cursor.
Francois : do you confirm the actual result for the 0.9.3.1 (without space) is the one that match the actual specifications ?
- Status changed from Feedback to Closed
- Target version changed from 0.9.3 to 0.9.3.2
- Amos :
? foo
: it's right, there was a space here
- 0.9.3.1 :
?foo
: not conform to how Amos was working
- 0.9.3.2 :
? foo
: ok
Confirmed ok.
- Related to Bug #47: Input - missing space after ? added
Also available in: Atom
PDF