Sha256: 1d92042f3435fc112845f8b50d5d3a413bc932a90d1de1735caa441ebd3dc2eb

Contents?: true

Size: 954 Bytes

Versions: 5

Compression:

Stored size: 954 Bytes

Contents

example by David Corbett begins here.

"Implements testable examples."

An example is a kind of thing. An example can be tested. An example is seldom tested.

example ends here.

----
[The] documentation [starts here.]
----

This extension adds examples, which may be tested.

Chapter: Usage

To add an example to the story, we write:

	The foobar is an example.

To interact with it in Inform 6, we write something like:

	To say (E - example): (-
		print (object) {E};
	-).
	[The IDE's documentation viewer does not display the closing -). I don't know how to fix that.]

Section: Testing

We can make an example be tested using:

	now the foobar is tested;

Example: * Exempli Gratia - A simple example.

	*: "Exempli Gratia"

	Include example by David Corbett.

	The Kitchen is a room. The egg is an example, here.

	Before dropping the egg:
		now the egg is tested.
	
	Test me with "get egg / drop egg".

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/pygments.rb-0.6.3/vendor/pygments-main/tests/examplefiles/example.i7x
pygments.rb-0.6.3 vendor/pygments-main/tests/examplefiles/example.i7x
pygments.rb-0.6.2 vendor/pygments-main/tests/examplefiles/example.i7x
pygments.rb-0.6.1 vendor/pygments-main/tests/examplefiles/example.i7x
pygments.rb-0.6.0 vendor/pygments-main/tests/examplefiles/example.i7x