Skip to content

Commit

Permalink
scanftest:need enable CONFIG_LIBC_SCANSET
Browse files Browse the repository at this point in the history
Summary:
"",
        instead of
"   ",
        to the first argument.

Test #29 returned 0 instead of 1.
Test #29 assigned
"",
        instead of
"  q",
        to the first argument.

Test #30 returned 0 instead of 2.
Test #30 assigned
"",
        instead of
"  ",
        to the first argument.

Test #30 assigned
"",
        instead of
"Q",
        to the second argument.

Test #31 returned 0 instead of 2.
Test #31 assigned
"",
        instead of
"qwerty-",
        to the first argument.

Test #31 assigned
"",
        instead of
"QWERTY-",
        to the second argument.

Signed-off-by: chenrun1 <[email protected]>
  • Loading branch information
crafcat7 authored and xiaoxiang781216 committed Dec 23, 2024
1 parent 42d6ae6 commit ee3400e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/scanftest/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

config TESTING_SCANFTEST
tristate "sscanf() test"
depends on LIBC_SCANSET
default n
---help---
Enable sscanf() test
Expand Down

0 comments on commit ee3400e

Please sign in to comment.