Commit b6f651d
Fix empty-wal test regex for cross-platform ls -l output
The regex pattern for matching `ls -l` output needed to use \s+ instead
of single spaces to handle different whitespace in date formatting
across platforms (e.g., "Feb 2" vs "Feb 12").
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3982e4a commit b6f651d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
0 commit comments