summaryrefslogtreecommitdiff
path: root/examples/exampleSession.txt
Commit message (Collapse)AuthorAgeFilesLines
* Apparently regex syntax is stricter for Python 3 on Windows.Todd Leonhardt2017-03-161-0/+2
| | | | | | Than it is for Python 2 on Windows or Python 3 on Linux or Mac. Go figure. You would think it would be the same for Python 3 across platforms.
* Added example of using a regular expression in a transcript test.Todd Leonhardt2017-03-161-0/+1
| | | | Also added a unit test for this feature.
* Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-261-0/+69
Changes include: 1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular 2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment 3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)