import java.util.*;
import java.util.zip.*;
import java.util.List;
import java.util.regex.*;
import java.util.concurrent.*;
import java.util.concurrent.atomic.*;
import java.util.concurrent.locks.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;
import javax.swing.table.*;
import java.io.*;
import java.net.*;
import java.lang.reflect.*;
import java.lang.ref.*;
import java.lang.management.*;
import java.security.*;
import java.security.spec.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import javax.imageio.*;
import java.math.*;
import javax.net.ssl.*;
import java.security.SecureRandom;
import java.security.cert.X509Certificate;
import java.text.SimpleDateFormat;
import javax.imageio.metadata.*;
import javax.imageio.stream.*;
import javax.swing.undo.UndoManager;
import java.text.NumberFormat;
import java.awt.datatransfer.StringSelection;
class main {
public static void main(final String[] args) throws Exception { pExperiment();
assertEqualsVerbose_struct(ll(litcimap("$name" , "Paul")),
flexMatchDollarVarsIC_all("I am $name", "i am Paul"));
assertEqualsVerbose_struct(ll(), flexMatchDollarVarsIC_all("$x is $x", "a is b"));
assertEqualsVerbose_struct(ll(litcimap("$x" , "the guy")),
flexMatchDollarVarsIC_all("$x is $x", "the guy is THE GUY"));
}
static void pExperiment() {
if (!isMain()) return;
//substance();
autoRestart(5);
experimentIcon();
centerHigherConsole();
tt();
}
static A assertEqualsVerbose_struct(Object x, A y) {
assertEqualsVerbose_struct((String) null, x, y);
return y;
}
static A assertEqualsVerbose_struct(String msg, Object x, A y) {
if (!eq(x, y)) {
throw fail((msg != null ? msg + ": " : "") + sfu(y) + " != " + sfu(x));
} else
print("OK: " + sfu(x));
return y;
}
static List ll(A... a) {
ArrayList l = new ArrayList(a.length);
if (a != null) for (A x : a) l.add(x);
return l;
}
static TreeMap litcimap(Object... x) {
return litCIMap(x);
}
static List