|
@@ -4,7 +4,7 @@ Some tests building a simple API that determines whether an input string contain
|
|
|
|
|
|
Sample output
|
|
|
|
|
|
-'''
|
|
|
+```
|
|
|
# Sample string with all alphabet characters
|
|
|
[jceresini@slartibartfast ~]$ curl -X POST -d 'The quick brown fox jumps over the lazy dog' http://test.ceresini.com/contains_all_chars.sh
|
|
|
|
|
@@ -19,5 +19,5 @@ Sample output
|
|
|
[jceresini@slartibartfast ~]$ curl http://test.ceresini.com/contains_all_chars.sh
|
|
|
|
|
|
{"error": "Invalid http method", "result": null}
|
|
|
-'''
|
|
|
+```
|
|
|
|