(t, c, w, s)
| 1115 | return ret; |
| 1116 | }; |
| 1117 | var peg$f111 = function(t, c, w, s) { |
| 1118 | const ret = {}; |
| 1119 | setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w); |
| 1120 | setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c); |
| 1121 | if (s) setTopRightBottomLeftOr(t, ret, 'border', 'Style', s, s, s, s); |
| 1122 | return ret; |
| 1123 | }; |
| 1124 | var peg$f112 = function(t, c, s, w) { |
| 1125 | const ret = {}; |
| 1126 | setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c); |
no test coverage detected