Skip to content

Commit 9046f0f

Browse files
author
konstantina
committed
Updated dictionary of template strings used to generate the Disqus comments.
When a library has no examples, we generate a comment saying that "This library was tested on TEST_DATE with common Arduino boards".
1 parent a49a574 commit 9046f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/disqus_comments.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"library": "This library and its examples were tested on TEST_DATE with common Arduino boards. For more detailed information about the test results, please look at each example's comments.",
3+
"library_no_examples": "This library was tested on TEST_DATE with common Arduino boards.",
34
"example_success": "This example was tested on TEST_DATE and it compiles on BOARDS_LIST.",
45
"example_fail": "This example was tested on TEST_DATE and it failed to compile on common Arduino boards.",
56
"example_unsupported": "This example is not known to compile with any of the codebender supported boards at least until TEST_DATE."

0 commit comments

Comments
 (0)