mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
1ddd6dbf0b
Solves #2247. Noted that the only test I added checks for the BeautifulSoup behaviour change. Happy to add a test for `DirectoryLoader` if deemed necessary.
26 lines
953 B
HTML
26 lines
953 B
HTML
<html>
|
|
<head>
|
|
<title>Chew dad's slippers</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Instead of drinking water from the cat bowl, make sure to steal water from
|
|
the toilet
|
|
</h1>
|
|
<h2>Chase the red dot</h2>
|
|
<p>
|
|
Munch, munch, chomp, chomp hate dogs. Spill litter box, scratch at owner,
|
|
destroy all furniture, especially couch get scared by sudden appearance of
|
|
cucumber cat is love, cat is life fat baby cat best buddy little guy for
|
|
catch eat throw up catch eat throw up bad birds jump on fridge. Purr like
|
|
a car engine oh yes, there is my human woman she does best pats ever that
|
|
all i like about her hiss meow .
|
|
</p>
|
|
<p>
|
|
Dead stare with ears cocked when “owners” are asleep, cry for no apparent
|
|
reason meow all night. Plop down in the middle where everybody walks favor
|
|
packaging over toy. Sit on the laptop kitty pounce, trip, faceplant.
|
|
</p>
|
|
</body>
|
|
</html>
|