()
| 236 | |
| 237 | function convertRun(run, messages, options) { |
| 238 | var nodes = function() { |
| 239 | return convertElements(run.children, messages, options); |
| 240 | }; |
| 241 | var paths = []; |
| 242 | if (run.isSmallCaps) { |
| 243 | paths.push(findHtmlPathForRunProperty("smallCaps")); |
no test coverage detected