blob: d74fe73b10e23ac87d5d7a2731fa68338dfc2d88 [file] [log] [blame]
SPACE IN STRING - update a string that starts and ends with space
---
a: ' space around me '
c: 'hello world'
---
- [update, ['b'], ' also spaced ']
- [update, ['d'], ' ']
- [update, ["\ne"], with newline]