1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
foo {
test-1: literalliteral;
test-2: literalliteral;
test-3: literalliteral;
test-4: literalliteral;
test-5: literalquoted;
test-6: literalquoted;
test-7: literalquoted;
test-8: literalquoted;
test-9: literal+interpolant;
test-10: literal +interpolant;
test-11: literal+ interpolant;
test-12: literal + interpolant;
test-13: literallschema_ritlp;
test-14: literallschema_ritlp;
test-15: literallschema_ritlp;
test-16: literallschema_ritlp;
test-17: literal+litlp_rschema;
test-18: literal +litlp_rschema;
test-19: literal+ litlp_rschema;
test-20: literal + litlp_rschema;
test-21: "quotedquoted";
test-22: "quotedquoted";
test-23: "quotedquoted";
test-24: "quotedquoted";
test-25: "quoted"+interpolant;
test-26: "quoted" +interpolant;
test-27: "quoted"+ interpolant;
test-28: "quoted" + interpolant;
test-29: "quotedlschema_"ritlp;
test-30: "quotedlschema_"ritlp;
test-31: "quotedlschema_"ritlp;
test-32: "quotedlschema_"ritlp;
test-33: "quoted"+litlp_rschema;
test-34: "quoted" +litlp_rschema;
test-35: "quoted"+ litlp_rschema;
test-36: "quoted" + litlp_rschema;
test-37: interpolant+interpolant;
test-38: interpolant +interpolant;
test-39: interpolant+ interpolant;
test-40: interpolant + interpolant;
test-41: interpolant+lschema_ritlp;
test-42: interpolant +lschema_ritlp;
test-43: interpolant+ lschema_ritlp;
test-44: interpolant + lschema_ritlp;
test-45: interpolant+litlp_rschema;
test-46: interpolant +litlp_rschema;
test-47: interpolant+ litlp_rschema;
test-48: interpolant + litlp_rschema;
test-49: lschema_ritlp+lschema_ritlp;
test-50: lschema_ritlp +lschema_ritlp;
test-51: lschema_ritlp+ lschema_ritlp;
test-52: lschema_ritlp + lschema_ritlp;
test-53: lschema_ritlp+litlp_rschema;
test-54: lschema_ritlp +litlp_rschema;
test-55: lschema_ritlp+ litlp_rschema;
test-56: lschema_ritlp + litlp_rschema;
test-57: litlp_rschema+litlp_rschema;
test-58: litlp_rschema +litlp_rschema;
test-59: litlp_rschema+ litlp_rschema;
test-60: litlp_rschema + litlp_rschema;
}
|