1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00
inform7/services/problems-test/Contents.w

15 lines
275 B
OpenEdge ABL
Raw Normal View History

2019-02-05 02:44:07 +02:00
Title: problems-test
Author: Graham Nelson
2019-03-16 19:36:11 +02:00
Purpose: Unit tests for the problems module.
2019-02-05 02:44:07 +02:00
Language: InC
Licence: Artistic License 2.0
Import: foundation
2020-05-20 02:02:28 +03:00
Import: ../services/words
Import: ../services/syntax
2019-02-05 02:44:07 +02:00
Import: problems
Chapter 1: Scaffolding
2019-02-05 02:44:07 +02:00
Program Control
Unit Tests