aboutsummaryrefslogtreecommitdiff
path: root/src/tests/text.cpp
blob: 0b99e3bda1729ce03772d0b2df400b0c25205f35 (plain)
1
2
3
4
5
6
7
8
9
#include "bu/text.h"

int main( int argc, char *argv[] )
{
    Bu::Text txt(UR"sql(Hello there!""''"")sql");

    return 0;
}