mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
DOM
- Migrated DOM off A3, onto A3t. First live use of new parser.
This commit is contained in:
parent
d99f40eaad
commit
0dc73d759b
3 changed files with 17 additions and 7 deletions
|
@ -249,6 +249,7 @@ int longestLine (const std::string& input)
|
|||
return longest;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Walk the input text looking for a break point. A break point is one of:
|
||||
// - EOS
|
||||
// - \n
|
||||
|
@ -256,7 +257,7 @@ int longestLine (const std::string& input)
|
|||
// - last punctuation (, ; . :) before 'length' characters, even if not
|
||||
// followed by a space
|
||||
// - first 'length' characters
|
||||
|
||||
//
|
||||
// text "one two three\n four"
|
||||
// bytes 0123456789012 3456789
|
||||
// characters 1234567890a23 4567890
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue