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
will have an empty string for key instead of "#I am here". Supporting this is not explicitly mention in the spec examples, but follows the spirit of using hashed in a one line string
The text was updated successfully, but these errors were encountered:
after playing a little with the code it seems like line 400 should be
' elseif($toml[$i] == '#' && !$openString && !$openKeygroup && !$openMString && !$openMLString)'
something like
key = """
#I am here
"""
will have an empty string for key instead of "#I am here". Supporting this is not explicitly mention in the spec examples, but follows the spirit of using hashed in a one line string
The text was updated successfully, but these errors were encountered: