-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic var support to the org-src blocks. (#62)
* Add basic var support to the org-src blocks. This will just wrap the variables into (if needed) nested &[&str] constants. It will also not care about the types of the passed variables, except if they are lists - all other typeinformation doesn't matter - everything will be a &str in the end. * Add tests to check the three support cases of vars.
- Loading branch information
Showing
2 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters