James Titcumb

Results 71 issues of James Titcumb

````diff diff --git a/test/fixture/docbook/test.md b/test/fixture/docbook/test.md index fe86218..0d4a9f7 100644 --- a/test/fixture/docbook/test.md +++ b/test/fixture/docbook/test.md @@ -22,6 +22,10 @@ This is some markdown } ``` +## Test invalid HTML + +This particular part...

enhancement

We do some basic unit testing introduced in #253 of the `ConfluenceWriter`, but this doesn't actually connect to a Confluence instance and verify anything. We should add some kind of...

enhancement

The current image inlining support introduced in #251 does not support SVGs, because GD does not understand SVGs. Would be nice if we can support SVGs eventually too, although we...

enhancement

Since the JAR filenames do not appear to be deterministic, manual update of the bundled JAR is currently needed. You can download the latest JAR from [https://github.com/plantuml/plantuml/releases](https://github.com/plantuml/plantuml/releases). We should figure...

enhancement

At the moment we just assert the PDF is generated. We should also do a visual comparison to check the output matches. Note, just doing a binary diff is not...

enhancement

At the moment, the tool crashes if it encounters a file with CRLF (`\r\n`) line endings. The error is misleading (it says it can't find the title of the page),...

enhancement

Add an ability to embed an example request or response - or a fragment thereof - from an OpenAPI spec.

At the moment there is minimal testing; we should add unit tests and mutations for them.

enhancement

As per discussion on https://github.com/Roave/behat-psr11extension/pull/1#discussion_r132402227 @Ocramius reckons we can instantiate Zend\ServiceManager in a simpler way than the example from the Expressive skeletons. Look into this and implement.

enhancement
help wanted