Skip to content

Commit

Permalink
README: allow empty quoted name in table
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Jul 20, 2017
1 parent 41befdc commit 7564517
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,16 @@ All table names must be non-empty.
[.] # INVALID
```

But an empty quoted name is allowed (though
discouraged).

```toml

[a.""] # VALID but discouraged
[a.''.c] # VALID but discouraged
[""] # VALID but discouraged
```

Inline Table
------------

Expand Down

0 comments on commit 7564517

Please sign in to comment.