Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: toml-lang/toml-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0a9c1b229e00cc6cc574965a56bc91980d80a016
Choose a base ref
...
head repository: toml-lang/toml-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 04256ad7733784224ff835c393ffe79e24cc256a
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 17, 2023

  1. Create a test for defining a super-table twice

    In my parser, this would've failed, because when I grabbed the
    implicitly created table "a" for use with the new table at [a] I forgot
    to mark it as being explicitly defined.
    llunacb committed Nov 17, 2023
    Copy the full SHA
    1559b34 View commit details
  2. Merge pull request #149 from llunacb/super_twice

    Create a test for defining a super-table twice
    arp242 authored Nov 17, 2023
    Copy the full SHA
    50aaf90 View commit details
  3. Add test for array with newlines inside inline table

    Fixes #148
    arp242 committed Nov 17, 2023
    Copy the full SHA
    04256ad View commit details
Loading