Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set /p has character limit and errors #163

Open
GoogleCodeExporter opened this issue Dec 17, 2015 · 0 comments
Open

set /p has character limit and errors #163

GoogleCodeExporter opened this issue Dec 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

set ask=
set /p 
ask=0123456789012345678901234567890123456789012345678901234567890123456789012345
echo -e \n0
set /p 
ask=0123456789012345678901234567890123456789012345678901234567890123456789012345
6
echo -e \n1
set /p 
ask=0123456789012345678901234567890123456789012345678901234567890123456789012345
67
echo -e \n2

What is the expected output? What do you see instead?

after first ask wich is OK, next ask gives error:
1
<
Report bug! lpos=0, start=-6, len=77, llen=0, plen=78, section=1


What version of the product are you using? On what operating system?
0.4.5c 30-11-2013

Please provide any additional information below.


Original issue reported on code.google.com by Steve6375 on 10 Dec 2013 at 7:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant