src/main/java/com/atlassian/uwc/converters/jspwiki/TabConverterTest.java [195:224]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
				"%%tabbedSection\n" +
				"%%tab-foo\n" + 
				"abc" +
				"/%\n" +
				"\n" +
				"\n" +
				"%%tab-bar\n" +
				"def\n" +
				"/%\n" +
				"\n" +
				"\n" +
				"\n" +
				"/%" +
				"\n" +
				"testing\n" +
				"%%tabbedSection\n" +
				"%%tab-foo\n" + 
				"abc" +
				"/%\n" +
				"\n" +
				"\n" +
				"%%tab-bar\n" +
				"def\n" +
				"/%\n" +
				"\n" +
				"\n" +
				"\n" +
				"/%" +
				"\n" +
				"testing\n";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/atlassian/uwc/converters/jspwiki/TabConverterTest.java [227:256]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
				"%%tabbedSection\n" +
				"%%tab-foo\n" + 
				"abc" +
				"/%\n" +
				"\n" +
				"\n" +
				"%%tab-bar\n" +
				"def\n" +
				"/%\n" +
				"\n" +
				"\n" +
				"\n" +
				"/%" +
				"\n" +
				"testing\n" +
				"%%tabbedSection\n" +
				"%%tab-foo\n" + 
				"abc" +
				"/%\n" +
				"\n" +
				"\n" +
				"%%tab-bar\n" +
				"def\n" +
				"/%\n" +
				"\n" +
				"\n" +
				"\n" +
				"/%" +
				"\n" +
				"testing\n";
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



