Actions
Bug #42
closedInput command - missing ? when not using a string
Start date:
01/21/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
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.
Updated by Paul Kitching almost 5 years ago
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!
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3
Fixed!
Updated by Baptiste Pillot almost 5 years ago
- Subject changed from Input command - missing ? when using a string to Input command - missing ? when not using a string
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Feedback
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/415/edit
- run : https://www.amos2.fr/run/tickleman/42/
- inputs : I type "foo" for the first input, then "bar" for the second one
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 ?
Updated by Baptiste Pillot almost 5 years ago
- 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.
Updated by Baptiste Pillot almost 5 years ago
- Related to Bug #47: Input - missing space after ? added
Actions