Commit 5ec6dd9
Storing an empty string and getting it back produce a bad behavior. (quasarframework#1198)
There was a test for considering the value only if it contains at least 10 chars, but 9 is the correct number. As each key plus separator '"__q_strn|".length' contains 9 chars not 10. So getting a value from "__q_strn|" was returning "__q_strn|" instead of "".1 parent 5e647f7 commit 5ec6dd9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments