EXPECTED_TABLE = """
Stanley Cups
Team Location Stanley Cups
Blues STL 1
Flyers PHI 2
Maple Leafs TOR 13
""" EXPECTED_TABLE_XLSX = """
Team Location Stanley Cups
Blues STL 1
Flyers PHI 2
Maple Leafs TOR 13
""" EXPECTED_TITLE = "Stanley Cups" EXPECTED_TEXT = ( "Stanley Cups Team Location Stanley Cups Blues STL 1 Flyers PHI 2 Maple Leafs TOR 13" ) EXPECTED_TEXT_XLSX = "Team Location Stanley Cups Blues STL 1 Flyers PHI 2 Maple Leafs TOR 13" EXPECTED_TEXT_WITH_EMOJI = ( "Stanley Cups " "Team Location Stanley Cups Blues STL 1 Flyers PHI 2 Maple Leafs TOR 13 👨\\U+1F3FB🔧 TOR 15" ) EXPECTED_TEXT_SEMICOLON_DELIMITER = ( "Year Month Revenue Costs 2022 1 123 -123 2023 2 143,1 -814,38 2024 3 215,32 -11,08" ) EXPECTED_TABLE_SEMICOLON_DELIMITER = """
Year Month Revenue Costs
2022 1 123 -123
2023 2 143,1 -814,38
2024 3 215,32 -11,08
""" EXPECTED_TABLE_WITH_EMOJI = """
Stanley Cups
Team Location Stanley Cups
Blues STL 1
Flyers PHI 2
Maple Leafs TOR 13
👨\\U+1F3FB🔧 TOR 15
""" EXPECTED_XLS_TABLE = ( """
MC What is 2+2? 4 correct 3 incorrect
MA What C datatypes are 8 bits? (assume i386) int float double char
TF Bagpipes are awesome. true
ESS How have the original Henry Hornbostel buildings """ """influenced campus architecture and design in the last 30 years?
ORD Rank the following in their order of operation. Parentheses Exponents Division Addition
FIB The student activities fee is 95 dollars for students enrolled in 19 units or more,
MAT Match the lower-case greek letter with its capital form. λ Λ α γ Γ φ Φ
""" )