From 34d645abbc3456f0b2c8bbc17c59b4136aeeaea4 Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 4 Apr 2006 15:58:44 +0000 Subject: Add custom role with two classes. Change latex2e visit/depart_inline to handle it. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4500 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- test/functional/input/data/custom_roles.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/functional/input/data') diff --git a/test/functional/input/data/custom_roles.txt b/test/functional/input/data/custom_roles.txt index c80b3587f..872005cbd 100644 --- a/test/functional/input/data/custom_roles.txt +++ b/test/functional/input/data/custom_roles.txt @@ -20,3 +20,10 @@ Custom Roles :customclass:`interpreted text` +* A role with class attribute. + + .. role:: customx + :class: very special + + :customx:`interpreted text` + -- cgit v1.2.1