1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
Commit Graph

2948 Commits

Author SHA1 Message Date
Rob Rix
27c047925b Merge pull request #274 from github/fix-alignment-issues
Fix some alignment issues
2015-12-10 16:50:51 -05:00
Josh Vera
e4529cb0d7 Merge pull request #307 from github/represent-newlines-at-end-of-lines
Represent newlines at end of lines
2015-12-10 16:48:40 -05:00
Rob Rix
a9bb3583e7 Fix a faulty test. 2015-12-10 16:47:10 -05:00
Rob Rix
7f77b39b78 Don’t make empty text/etc nodes. 2015-12-10 16:46:38 -05:00
Rob Rix
60b9e630a8 More binding. 2015-12-10 16:43:34 -05:00
Rob Rix
674301ce1f Last returns non-Nothing, so bind instead. 2015-12-10 16:43:31 -05:00
Rob Rix
85d141e924 Test that openLine returns Nothing for closed lines. 2015-12-10 16:31:00 -05:00
Rob Rix
d9e63c0331 Clarify a test name. 2015-12-10 16:30:52 -05:00
Rob Rix
6a73248a46 Test that openLine will produce open lines. 2015-12-10 16:29:18 -05:00
Rob Rix
69307c76d1 Only adjoin the rows once. 2015-12-10 16:23:33 -05:00
Rob Rix
167ad6087b Only adjoin onto open lines. 2015-12-10 16:11:44 -05:00
Rob Rix
57a3062446 Fold adjoin2Lines over leaves. 2015-12-10 16:11:13 -05:00
Rob Rix
db23e4792d Compose. 2015-12-10 15:50:35 -05:00
Rob Rix
470777bde9 Fold using adjoin2Lines instead of combining using adjoinLines. 2015-12-10 15:50:32 -05:00
Rob Rix
15f27c5faa We have a leaf for the purposes of this test. 2015-12-10 15:48:23 -05:00
Rob Rix
9619d2fa7f That is not how any of this works. 2015-12-10 15:47:34 -05:00
Rob Rix
46bd5bc545 Test that termToLines produces complete lines. 2015-12-10 15:41:02 -05:00
Rob Rix
200037b509 Test whether the last element in a Line is open. 2015-12-10 15:34:11 -05:00
Rob Rix
c2f54ce8d8 Determine whether the last in a list of HTML elements is open or not. 2015-12-10 15:31:53 -05:00
Rob Rix
325d6e6a73 Add a test of multi-line patches. 2015-12-10 15:11:56 -05:00
Rob Rix
ed87838de6 Add a trace' function to help trace some bugs. 2015-12-10 15:11:42 -05:00
Rob Rix
3e8517a2a3 Full width tables. 2015-12-10 14:50:08 -05:00
Rob Rix
e4b5c97db2 Don’t add an empty/empty row when one side or the other is closed. 2015-12-10 14:35:08 -05:00
Rob Rix
14de32f3e9 Don’t adjoin empty/empty rows onto the top. 2015-12-10 14:34:52 -05:00
joshvera
1b370a059d rename some tests 2015-12-10 14:26:49 -05:00
Rob Rix
d9e9b73fd7 Move the Empty/Empty case up. 2015-12-10 14:25:04 -05:00
joshvera
2b0c9dc4e2 Fix some of the tests 2015-12-10 14:21:52 -05:00
Rob Rix
dbe1db5643 termToLines produces elements interspersed with breaks. 2015-12-10 14:20:47 -05:00
Rob Rix
004bedf46a annotatedToRows produces elements interspersed with breaks. 2015-12-10 14:20:34 -05:00
Rob Rix
6d2a89b55a textElements calls out to elementAndBreak. 2015-12-10 14:17:51 -05:00
Rob Rix
43a20d00bd Extract the element/break function. 2015-12-10 14:17:22 -05:00
Rob Rix
e27122a142 Only adjoin when we have open lines above us. 2015-12-10 14:01:06 -05:00
Rob Rix
ed86b344d5 For debugging render Break to <br> 2015-12-10 14:00:02 -05:00
Rob Rix
7f742bc882 Try to only push through empty lines which have open lines above them. 2015-12-10 13:40:07 -05:00
Rob Rix
d57443afd0 Find the most recent open line in a list. 2015-12-10 13:38:57 -05:00
Rob Rix
72fef55675 Adjoin expects breaks at the end of lines. 2015-12-10 13:17:09 -05:00
Rob Rix
d1018576fd Add breaks to the ends of lines. 2015-12-10 13:16:46 -05:00
Rob Rix
67ec6f897f maybeLast produces the last element of a list, if any. 2015-12-10 13:16:42 -05:00
Rob Rix
7abe07bd16 actualLines ends lines with their newlines. 2015-12-10 13:15:32 -05:00
Rob Rix
0c9308b6ae Use Break to represent newlines. 2015-12-10 11:35:46 -05:00
joshvera
5b8908ac82 Represent newlines distinct from empty strings 2015-12-10 11:33:02 -05:00
joshvera
6426a57d51 Use Break in adjoin2 2015-12-10 11:13:16 -05:00
joshvera
6b590a840f Map newlines to Break 2015-12-10 11:11:02 -05:00
Rob Rix
a0253de5bf Don’t wrap the contents of empty lines. 2015-12-10 11:06:04 -05:00
joshvera
5c9f2762dd Remove EmptyRow case 2015-12-10 10:59:46 -05:00
Rob Rix
da2c1505f3 Provide a total definition of unLine.
Fixes #304.
2015-12-10 10:59:07 -05:00
Rob Rix
b5f9536bcb Split up the definition of Line. 2015-12-10 10:59:07 -05:00
Rob Rix
641ba9b7b7 🔥 bimap. 2015-12-10 10:58:23 -05:00
Rob Rix
84a817b6bf Rewrap the rows in uls. 2015-12-10 10:57:47 -05:00
Rob Rix
e86b43380f Add a rewrap function. 2015-12-10 10:57:47 -05:00