diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-03 15:36:17 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-03 15:36:17 +0100 |
commit | c7193a9f893469577a61f3db6e075b8c0da35ec6 (patch) | |
tree | 91323c0baeadb49ecef1858738a051be3480f5f3 /README.rst | |
parent | f9a52b2784565e9d938ed1c8a397e2764b25fe20 (diff) | |
download | askama-c7193a9f893469577a61f3db6e075b8c0da35ec6.tar.gz askama-c7193a9f893469577a61f3db6e075b8c0da35ec6.tar.bz2 askama-c7193a9f893469577a61f3db6e075b8c0da35ec6.zip |
Point to tests from example section
Diffstat (limited to '')
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -95,6 +95,10 @@ In any Rust file inside your crate, add the following: You should now be able to compile and run this code. +Review the `test cases`_ for more examples. + +.. _test cases: https://github.com/djc/askama/tree/master/testing + Debugging and troubleshooting ----------------------------- @@ -137,7 +141,3 @@ The generated code looks like this: writer.write_str("\n").unwrap(); } } - -Review the `test cases`_ for more examples. - -.. _test cases: https://github.com/djc/askama/tree/master/testing |