Commit c52e451
Fix: _Statement.toDartDocString generates different strings on Windows and Ubuntu. (#156)
* Fix: _Statement.toDartDocString
Fixed _Statement.toDartDocString, that was generated different strings on Windows and Ubuntu.
Windows: /// File path: assets/images/state/empty_state_new_space_black.svg
Ubuntu: /// File path: assets\images\state\empty_state_new_space_black.svg
* Tiny refactor
Apply @wasabeef's suggestion: used posixStyle for file path.
Co-authored-by: Daichi Furiya <[email protected]>
Co-authored-by: Daichi Furiya <[email protected]>1 parent ac8ae40 commit c52e451
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
0 commit comments