You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's quite annoying that CSJ used for tests must always be loaded from an external file. These are harder to write and it's then harder to deal with them. Also the JSON form that's used where CSJ is returned is really a pain.
The triple double quote is copied from Python. It's nice in that the sequence cannot occur in CSJ so it's clear where things start and end, but the problem is that it blends into the double quotes already used by JSON.
It's quite annoying that CSJ used for tests must always be loaded from an external file. These are harder to write and it's then harder to deal with them. Also the JSON form that's used where CSJ is returned is really a pain.
This is from
films.t1.fg
:What I'd like to be able to write instead is something more along the lines of this:
The triple double quote is copied from Python. It's nice in that the sequence cannot occur in CSJ so it's clear where things start and end, but the problem is that it blends into the double quotes already used by JSON.
An alternative would be single quotes:
But maybe back ticks are even better:
This is the only one where I can really remove the blank line at the start/end without making it look confusing.
There's probably an even better idea. Any thoughts @tleekkul?
The text was updated successfully, but these errors were encountered: