Initial commit of test data files, copied in from the Python version

This commit is contained in:
Clare Macrae
2019-08-12 22:44:05 +01:00
parent 06fb74cfb3
commit 4b9521d849
5 changed files with 45 additions and 0 deletions

5
cpp/tests/plays.json Normal file
View File

@@ -0,0 +1,5 @@
{
"hamlet": {"name": "Hamlet", "type": "tragedy"},
"as-like": {"name": "As You Like It", "type": "comedy"},
"othello": {"name": "Othello", "type": "tragedy"}
}