Commit Graph

  • 0f77ec4f9f
    doc: change Unicode link to a friendly html version (#448) Evgeny 2024-12-22 15:55:53 +0700
  • da14a9e774 doc: change Unicode link to a friendly html version eugenesvk 2024-12-22 15:49:21 +0700
  • 6ceecd85d6
    Release KDL 2.0.0 (#434) 2.0.0 Kat Marchán 2024-12-21 18:33:50 -0800
  • 8ad94ec40e
    final tweaks before release Kat Marchán 2024-12-21 18:04:08 -0800
  • da4e7d4dde
    add vertical tab change test Kat Marchán 2024-12-21 17:58:28 -0800
  • d1022ae510
    fix: move vertical tab to the line-breaking whitespace to match Unicode (#446) Evgeny 2024-12-22 08:57:45 +0700
  • 998a2ecc87
    Fix a changelog line erroneously truncated in #444 (#445) eilvelia 2024-12-21 22:18:15 +0000
  • b33c5ef96a fix: move vertical tab to the line-breaking whitespace to match Unicode eugenesvk 2024-12-22 04:13:25 +0700
  • 516ee0ea19
    Fix a changelog line erroneously truncated in #444 eilvelia 2024-12-21 20:56:01 +0000
  • a15818bd45
    Add an optional version marker (#444) Evgeny 2024-12-22 03:32:56 +0700
  • 9439cffc3d add mandatory space between version number eugenesvk 2024-12-22 03:24:54 +0700
  • bb962c84bd add a mandatory newline after the version marker eugenesvk 2024-12-22 03:19:25 +0700
  • e3a740debf
    Update SPEC.md Evgeny 2024-12-22 02:36:24 +0700
  • a15e1ca2b6 Add version marker to the Changelog eugenesvk 2024-12-22 02:11:40 +0700
  • 2869062aef Add version marker to the grammer eugenesvk 2024-12-22 02:00:58 +0700
  • da5cbf5984
    Add tests for mandatory whitespace between arguments or properties (#442) eilvelia 2024-12-21 18:46:30 +0000
  • 8bd159528f
    Always escape \ inside single quotes in the grammar text (#441) eilvelia 2024-12-21 18:45:04 +0000
  • 3711b6a3c3
    Always escape \ inside single quotes in the grammar text eilvelia 2024-12-20 16:18:33 +0000
  • 0bef30e612
    Add tests for mandatory whitespace between arguments or properties eilvelia 2024-12-20 16:16:39 +0000
  • 23918bd55d
    Make line-space a superset of node-space (#440) Thomas Jollans 2024-12-17 18:47:54 +0100
  • 69067719c7
    More tests for backslash behaviour (#438) Thomas Jollans 2024-12-17 18:47:37 +0100
  • dfa5123b64 escline tests Thomas Jollans 2024-12-17 09:09:40 +0100
  • b9ddb52e60
    reword interaction multiline + whitespace escape (#439) Bram Gotink 2024-12-17 00:10:38 +0100
  • 94b525a1da Allow escline everywhere Thomas Jollans 2024-12-16 22:53:00 +0100
  • 18ce0e6726
    reword interaction multiline + whitespace escape Bram Gotink 2024-12-16 19:41:59 +0100
  • 14096ede7b Test with non-literal indent Thomas Jollans 2024-12-16 20:29:12 +0100
  • 8717ba39ed Incorrect example of escaped final newline Thomas Jollans 2024-12-16 19:57:20 +0100
  • aa13225d89 More tests for baskslash behaviour Thomas Jollans 2024-12-16 19:26:50 +0100
  • 813a44b6f8
    add extra javascript implementation (#437) Bram Gotink 2024-12-16 19:17:14 +0100
  • e9d2296b63
    add extra javascript implementation Bram Gotink 2024-12-16 14:18:33 +0100
  • a3a6742ec3
    Back out "fix multiline string tests" Kat Marchán 2024-12-15 17:48:54 -0800
  • c3bb12c098
    grammar: fix disallowed-keyword-identifiers and string-character (#436) eilvelia 2024-12-16 01:41:43 +0000
  • e521b73dbb
    grammar: fix disallowed-keyword-identifiers and string-character eilvelia 2024-12-15 13:40:38 +0000
  • 0c5604b462
    fix multiline string tests Kat Marchán 2024-12-15 15:29:42 -0800
  • ecb34f2cd6
    Remove nonexistent equals-sign from the grammar (#435) eilvelia 2024-12-15 18:04:13 +0000
  • 2a914fbddf
    Remove nonexistent equals-sign from the grammar eilvelia 2024-12-15 12:15:46 +0000
  • 83f4c374b9
    Add unicode-space to raw string Kat Marchán 2024-12-15 02:24:28 -0800
  • 65a06289b4
    fix grammar for multiline quoted strings to allow escaped whitespace on closing line Kat Marchán 2024-12-15 02:02:18 -0800
  • 5d6f755832
    Release KDL 2.0.0 Kat Marchán 2024-12-14 17:26:18 -0800
  • 0e58f61b18
    Release 2.0.0-draft.8 2.0.0-draft.8 Kat Marchán 2024-12-14 17:17:38 -0800
  • edbdab2891
    Update README.md (#383) Tommy Williams 2024-12-12 17:58:51 -0500
  • 7aa01a21b7
    Clarify spec for whitespace-only lines in multiline strings (#433) Thomas Jollans 2024-12-12 23:47:39 +0100
  • 203882c7c2 Clarify spec for whitespace-only lines in multiline strings (#429) Thomas Jollans 2024-12-12 23:08:02 +0100
  • b82c924013
    More tests for whitespace in multi-line strings (#432) Thomas Jollans 2024-12-12 22:15:04 +0100
  • db4d429b87 replace \r\n with \n in slashdash_newline_before_node.kdl Thomas Jollans 2024-12-12 22:07:47 +0100
  • 39d9db0589 More tests for whitespace in multi-line strings Thomas Jollans 2024-12-12 21:49:18 +0100
  • d1ceb44f40
    Make the raw-string productions non-greedy, and describe the infallibility (#430) Tab Atkins Jr. 2024-12-12 11:08:50 -0800
  • 63090831cd More explicitly use and reference a cut point, rather than infallibility. non-greedy Tab Atkins-Bittner 2024-12-12 10:17:03 -0800
  • 717e86cb1c
    went over tests and tweaked a few things (#431) Kat Marchán 2024-12-11 19:45:25 -0800
  • 75b601f501
    went over tests and tweaked a few things Kat Marchán 2024-12-11 19:39:34 -0800
  • ebef8751c0
    fix multiline_string_whitespace_only, closes #429 Tab Atkins Jr. 2024-12-11 18:16:00 -0800
  • b5e8aaf035 Make the raw-string productions non-greedy, and describe the infallibility. Closes #415 Tab Atkins-Bittner 2024-12-11 18:13:02 -0800
  • ca2bd45a66
    typo Tab Atkins Jr. 2024-12-11 16:51:38 -0800
  • 1a6b17b0ae
    Minor housekeeping around README Kat Marchán 2024-12-11 00:18:16 -0800
  • ace7ec7a96
    Release 2.0.0-draft.7 2.0.0-draft.7 Kat Marchán 2024-12-10 23:05:33 -0800
  • 171bc71f42
    Allow node-space after slashdash and add a bunch more slashdash tests (#427) Kat Marchán 2024-12-10 20:43:58 -0800
  • d9da35d560
    Allow node-space after slashdash and add a bunch more slashdash tests Kat Marchán 2024-12-10 20:21:08 -0800
  • 75a0869a6c
    Clarify raw single-line string grammar (#425) Thomas Jollans 2024-12-11 01:45:35 +0100
  • 91f7ec05fa Add a lint for test expectations that don't end in a newline. Tab Atkins-Bittner 2024-12-10 16:03:05 -0800
  • a60d27c99d
    KDL documents always end in a newline Tab Atkins Jr. 2024-12-10 15:55:21 -0800
  • ec7d679e88
    Add Camping to Used By section Kat Marchán 2024-12-10 14:32:50 -0800
  • 9c9628db50 Clarify raw single-line string grammar Thomas Jollans 2024-12-09 21:00:48 +0100
  • 4dd6ebbbfe
    Add 'Used By' section to README Kat Marchán 2024-12-09 02:04:50 -0800
  • 373e0ed973
    Pull in v1 spec and add some compatibility notes (#424) Kat Marchán 2024-12-09 01:27:07 -0800
  • 0e8d13f904
    Pull in v1 spec and add some compatibility notes Kat Marchán 2024-12-09 00:35:35 -0800
  • ee41a76357
    Additional test cases for slashdash and multi-line strings (#422) Thomas Jollans 2024-12-08 18:32:21 +0100
  • d692c02728 Additional test cases for slashdash and multi-line strings Thomas Jollans 2024-12-08 13:43:43 +0100
  • 831ecc1d52
    Allow quotes in multi-line strings (#419) Thomas Jollans 2024-12-08 10:07:31 +0100
  • a62868576e correct example string Thomas Jollans 2024-12-08 08:55:54 +0100
  • 718fbb0660 Allow " and "" in """-quoted strings (kdl-org/kdl#415) Thomas Jollans 2024-12-07 13:29:02 +0100
  • 29ae90e9f5
    Indicate expected-fail tests with a _fail suffix. Fixes #365 (#418) Tab Atkins Jr. 2024-12-06 15:06:28 -0800
  • bf40df5581
    Make multi-line a top-level string type; demote Raw String. (#417) Tab Atkins Jr. 2024-12-06 15:06:07 -0800
  • e463bb906c Add a lint for failing and orphaned tests. Tab Atkins-Bittner 2024-12-06 14:58:51 -0800
  • 6f89a28843 Update the README with directions for formatting failing tests Tab Atkins-Bittner 2024-12-06 14:06:28 -0800
  • 37f7cdbd1d Indicate expected-fail tests with a _fail suffix. Fixes #365 Tab Atkins-Bittner 2024-12-06 14:04:03 -0800
  • c236033186 Make multi-line a top-level string type; demote Raw String. Also lightly rewrite to make more sense with this organization. Fixes #416 rearrange-string Tab Atkins-Bittner 2024-12-06 13:51:46 -0800
  • eaa6c40693
    fix more multiline string tests that were missed before Kat Marchán 2024-12-04 13:08:14 -0800
  • 5971e61eda
    fix up some multiline string tests Kat Marchán 2024-12-04 00:44:24 -0800
  • 4334a6d552
    Release 2.0.0 draft 6 2.0.0-draft.6 Kat Marchán 2024-12-03 23:50:18 -0800
  • e7b5ec6bf9
    unambiguous multiline strings (#414) Kat Marchán 2024-12-03 23:44:40 -0800
  • d66b8aa620
    update examples and tests Kat Marchán 2024-12-03 23:12:22 -0800
  • 5b7a2a8f42
    unambiguous multiline strings Kat Marchán 2024-12-03 21:45:48 -0800
  • e477f32f05
    a few clarifications and wording tweaks to the spec Kat Marchán 2024-12-03 22:49:11 -0800
  • 40aac6602e
    Normalize space in expected output of unicode_silly (#412) Emi 2024-12-02 03:06:46 -0500
  • 64a0b40a63
    Normalize space in expected output of unicode_silly Emi Simpson 2024-12-01 20:34:34 -0500
  • 073d07748a
    [tests] [bug] test unicode_silly's input data is a .kd file (#410) Emi 2024-12-01 18:26:00 -0500
  • 3dc599532e
    BUG: test unicode_silly's input data is a .kd file Emi Simpson 2024-12-01 17:37:32 -0500
  • 1f050633ad
    slight grammar tweaks Kat Marchán 2024-12-01 01:13:06 -0800
  • 8b2a019998
    merge kdl-v2 branch into main Kat Marchán 2024-11-29 00:11:01 -0800
  • 8aa4c15758
    prep readme for merging to main Kat Marchán 2024-11-29 00:01:48 -0800
  • 76a1de517b
    Release 2.0.0 draft 5 2.0.0-draft.5 Kat Marchán 2024-11-28 22:55:52 -0800
  • 90e22bc789
    [v2] more predictable slashdash (#407) Kat Marchán 2024-11-28 22:53:42 -0800
  • de2c882bfc
    fix newlines in new tests Kat Marchán 2024-11-28 22:32:37 -0800
  • 86a9b05d39
    allow whitespace after slashdashes and add tests for it Kat Marchán 2024-11-28 20:33:03 -0800
  • 34d859afdb
    add some tests Kat Marchán 2024-11-28 00:16:12 -0800
  • bf5a487a80
    grammar changes Kat Marchán 2024-11-27 01:37:33 -0800
  • 5f5e0878b2
    more predictable slashdash Kat Marchán 2024-11-26 23:53:36 -0800
  • 1588b1f5fd
    get rid of syntactically significant unicode equals signs (#400) Kat Marchán 2024-11-28 22:39:19 -0800
  • eddee3982c
    tweak to readme Kat Marchán 2024-11-28 22:37:31 -0800
  • c81fa4d252
    update readme and add/remove related tests Kat Marchán 2024-11-27 17:27:03 -0800