esp-idf/examples/storage/sd_card
Ivan Grokhotkov 27e1490bfc
examples: sd_card: fix example test not getting the expected name
SD card example prints the line which looks like:

   Name: 00000

If only part of the line is received, the regular expression in the
test still matches, and partial name is obtained. Later the example
test expects to see the same name in the file read from the SD card.
This check fails, because only partial name was received earlier.

Fix by adding a CR to the regular expression so that the entire name
is matched.
2022-05-11 21:50:11 +02:00
..
sdmmc examples: sd_card: fix example test not getting the expected name 2022-05-11 21:50:11 +02:00
sdspi examples: sd_card: fix example test not getting the expected name 2022-05-11 21:50:11 +02:00