Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Apr 28, 2024
1 parent 1647a31 commit e68eeae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ between data and code and its use is growing in popularity.
An example of structured code is provided by GitHub with its workflow
specification files. They use YAML_. Unfortunately, the syntax of the code
snippets held in the various fields can be confused with *YAML* syntax, which
leads to unnecessary errors, confusion, and complexity (see :ref:`YAML issues
<vs_yaml>`). JSON_ suffers from similar problems. *NestedText* excels for
these applications as it holds code snippets without any need for quoting or
escaping. *NestedText* provides simple unambiguous rules for defining the
structure of your data and when these rules are followed there is no way for any
syntax or special characters in the values of your data to be confused with
*NestedText* syntax. In fact, it is possible for *NestedText* to hold
*NestedText* snippets without conflict.
leads to unnecessary errors, confusion, and complexity (see *YAML issues*).
JSON_ suffers from similar problems. *NestedText* excels for these applications
as it holds code snippets without any need for quoting or escaping.
*NestedText* provides simple unambiguous rules for defining the structure of
your data and when these rules are followed there is no way for any syntax or
special characters in the values of your data to be confused with *NestedText*
syntax. In fact, it is possible for *NestedText* to hold *NestedText* snippets
without conflict.

Another example of structured code is provided by the files that contain the
test cases used by `Parametrize From File`_, a PyTest_ plugin.
Expand Down

0 comments on commit e68eeae

Please sign in to comment.