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
{
some_value: "foo",
doc: '''Here is some sample text that has triple quotes and'''
''' extends over a newline and is supposed to work, but the plugin doesn't like it.''',
other_value: 1
}
...aren't processed properly by the plugin. It says a comma or brace is expected before ''' extends.
The text was updated successfully, but these errors were encountered:
Examples like:
...aren't processed properly by the plugin. It says a comma or brace is expected before
''' extends
.The text was updated successfully, but these errors were encountered: