dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

Bleaphar/comment node investigation #3492

Closed bleaphar closed 3 months ago

bleaphar commented 3 months ago

This pr treats text that is on the same line as a request separator as a part of the node and consumes those tokens into the request separator. Also, it creates an early out for the parsing of url nodes in the event that we parse an embedded expression that is the entirety of the url node. Lastly, added a test based on several requests with request separator nodes and embedded expressions.