%[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z].
commita457ee0a3d011029e6e666da0e1722cd90e3cb49
authorPeter Berg Larsen <pebl@math.ku.dk>
Tue, 6 Jan 2004 21:36:10 +0000 (6 21:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Jan 2004 21:36:10 +0000 (6 21:36 +0000)
tree9f6e1a9443a460dea461fcd593429ed233f47289
parent5d19e6c3740b9b7c6961127389d717220b09aef8
%[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z].
Added some scanf tests.
dlls/msvcrt/scanf.h
dlls/msvcrt/tests/scanf.c