In yaml, ''
escapes a single quote. So '
, ''
, /'
, "
, and /"
are all the same meaning. Only one that doesn’t work is ""
.
2 Likes
In yaml, ''
escapes a single quote. So '
, ''
, /'
, "
, and /"
are all the same meaning. Only one that doesn’t work is ""
.